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

index 055800e..db6b880 100644 (file)
@@ -285,7 +285,7 @@ ScopeParser.prototype = {
                     if (this.braceNesting == scope.braceN) {
                         var ls = this.scopes.pop();
                         ls.getUsedSymbols();
-                        print("<<<<<<<EXIT SCOPE");
+                        print("<<<<<<<EXIT SCOPE" +this.scopes.length);
                         return;
                     }
                     break;
@@ -455,6 +455,7 @@ ScopeParser.prototype = {
             //if (this.ts.nextT()) break;
             
         }
+        print("<<<<<<<EXIT SCOPE ERR?" +this.scopes.length);
     },