From: Alan Knowles Date: Fri, 16 Jul 2010 05:39:18 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=2dc85a1416c3105a7436bc00cdc27c54888125d1;hp=4b42a9d0ec1b9ff1147c784e977f61814ae8665f JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 7959206..7f38645 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -780,8 +780,9 @@ ScopeParser.prototype = { symbol = token.data; if (this.mode == 'BUILDING_SYMBOL_TREE') { - + if (symbol == "eval") { + print(JSON.stringify(token,null,4)); if (token.prefix && token.prefix.match('/eval/')) { // look for eval:var:noreplace\n var _t = this;