JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:42:10 +0000 (16:42 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:42:10 +0000 (16:42 +0800)
JSDOC/ScopeParser.js

index 249ab59..abc1b26 100644 (file)
@@ -282,6 +282,7 @@ ScopeParser.prototype = {
                     isObjectLitAr.pop();
                     print(">>>>>> OBJLIT POP(false)");
                         //assert braceNesting >= scope.getBraceNesting();
+                    print("compare BN : "+ this.braceNesting " ?=" +  scope.braceNesting)_;
                     if (this.braceNesting == scope.braceNesting) {
                         var ls = this.scopes.pop();
                         ls.getUsedSymbols();