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

index 592a532..6bf1f16 100644 (file)
@@ -215,12 +215,14 @@ Scope.prototype = {
                 }
                 
                 if (this.isProtectedVar(i)) {
+                    print("SKIP PROTECTED: " + i)
                     continue; // 
                 }
                 
                 
                 
                 if (this.identifiers[i].constructor !=  Identifier) {
+                    print("SKIP NOT IDENTIFIER : " + i)
                     continue;
                 }
                // println("IDENT:" +i+'</BR>');