JSDOC/Scope.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:47:39 +0000 (15:47 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:47:39 +0000 (15:47 +0800)
JSDOC/Scope.js

index 8f961f6..da0e25e 100644 (file)
@@ -170,13 +170,16 @@ Scope.prototype = {
         }
         
 
-        print("MUNGE: Scope:" + this.id+"</BR>");
+        
         
         var pickFromSet = 1;
 
         // Do not munge symbols in the global scope!
         if (this.parent) {
-
+            print("MUNGE: SCOPE");
+            for (var i in this.identifiers) {
+                print("MUNGE VAR:" + i);
+            }
             
             //println("MUNGE: Building FreeSyms:" + this.id+"</BR>");