From: alan Date: Mon, 19 Apr 2010 07:51:03 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=209cbf916efff44454e07faa8c842a1eea75fea1 JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 592a532..6bf1f16 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -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+'
');