X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=237f6b62c126d79c0f2abd43aa7263de876caf76;hb=4fe5eef1c078b7e47d72ca965654f04a03914e5a;hp=f6b2ff2b6c4c5b2f318dc11b9269f893de8f6981;hpb=9df0f5f0dbcb274a3be59a910ab59f32fa2376e2;p=gnome.introspection-doc-generator diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index f6b2ff2..237f6b6 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -711,7 +711,9 @@ ScopeParser.prototype = { //skip '.' break; } - + if (symbol == 'this') { + break; + } if (this.mode == 'PASS2_SYMBOL_TREE') { @@ -729,7 +731,7 @@ ScopeParser.prototype = { //print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')'); //throw "OOPS"; } else { - print("undeclared:" + token.toString()) + //print("undeclared:" + token.toString()) }