From a1700432d005154508741d25934a74169be96cc5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:10:44 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a39b6dc..163a60e 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, ''); @@ -823,10 +823,11 @@ ScopeParser.prototype = { var token; var currentScope; var identifier; - + print(token.toString()); //token = getToken(-1); //assert token.getType() == Token.CATCH; token = this.ts.nextTok(); + //assert token.getType() == Token.LP; ( //token = this.ts.nextTok(); //assert token.getType() == Token.NAME; -- 2.39.2