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

index c0b47e6..5cc2b10 100644 (file)
@@ -190,6 +190,7 @@ ScopeParser.prototype = {
     parseScope : function(scope) // parse a token stream..
     {
         //this.timerPrint("parseScope EnterScope"); 
+        print(">>> ENTER SCOPE");
         var symbol;
         var token;
         
@@ -284,6 +285,7 @@ ScopeParser.prototype = {
                     if (this.braceNesting == scope.braceN) {
                         var ls = this.scopes.pop();
                         ls.getUsedSymbols();
+                        print "<<<<<<<EXIT SCOPE");
                         return;
                     }
                     break;