I have the same problem when a class is declared in a
callback function, which is quite common when you are loading javascript files dynamically. For example: Code: Select all MyLoader.loadClass({ package: "someClass", run: function() { function someClass() { this.property = NULL; } } } Would be great if this could be fixed for the next release, ...