X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=f66bc5043db3767e6ee64007fb9e744a27b81b15;hp=7f3864511bc08024b0872ce9015ea36f9e699001;hb=9354acf44e74342895afebcf7408e6ea72f784c6;hpb=2dc85a1416c3105a7436bc00cdc27c54888125d1 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 7f38645..f66bc50 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -141,7 +141,7 @@ ScopeParser.prototype = { this.braceNesting = 0; this.scopes = []; - //print(JSON.stringify(this.ts.tokens, null,4)); + // print(JSON.stringify(this.ts.tokens, null,4)); this.globalScope = new Scope(-1, false, -1, ''); @@ -243,7 +243,7 @@ ScopeParser.prototype = { while (token) { // this.timerPrint("parseScope AFTER lookT: " + token.toString()); //this.dumpToken(token , this.scopes, this.braceNesting); - //print('SCOPE:' + token.toString()); + print('SCOPE:' + token.toString()); //this.log(token.data); if (token.type == 'NAME') { // print('*' + token.data); @@ -526,7 +526,7 @@ ScopeParser.prototype = { if (token.type != 'KEYW') { break; } - //print('SCOPE-KEYW:' + token.toString()); + print('SCOPE-KEYW:' + token.toString()); // print("Check eval:"); symbol = token.data; @@ -534,6 +534,8 @@ ScopeParser.prototype = { if (this.mode == 'BUILDING_SYMBOL_TREE') { if (symbol == "eval") { + + print(JSON.stringify(token, null,4)); // look back one and see if we can find a comment!!! //if (this.ts.look(-1).type == "COMM") { if (token.prefix && token.prefix.match('/eval/')) { @@ -770,6 +772,8 @@ ScopeParser.prototype = { case 'KEYW': //if (this.mode == 'BUILDING_SYMBOL_TREE') // print("EXPR-KEYW:" + JSON.stringify(token, null, 4)); + + print('EXPR-KEYW:' + token.toString()); if (token.name == "FUNCTION") { this.parseFunctionDeclaration(); @@ -781,7 +785,7 @@ ScopeParser.prototype = { symbol = token.data; if (this.mode == 'BUILDING_SYMBOL_TREE') { - if (symbol == "eval") { + if (token.name == "EVAL") { print(JSON.stringify(token,null,4)); if (token.prefix && token.prefix.match('/eval/')) { // look for eval:var:noreplace\n