JSDOC/Scope.js
[gnome.introspection-doc-generator] / 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>');