From 2ab35f5dd04eca02c13186ef110671609824ec0f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:13:21 +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 473b5d9..1db73dd 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -827,7 +827,8 @@ ScopeParser.prototype = { //token = getToken(-1); //assert token.getType() == Token.CATCH; token = this.ts.nextTok(); - print(token.toString()); + + print(JSON.stringify(token,null,4)); //assert token.getType() == Token.LP; ( //token = this.ts.nextTok(); //assert token.getType() == Token.NAME; @@ -845,7 +846,7 @@ ScopeParser.prototype = { identifier = this.getIdentifier(symbol, currentScope, token.items[0]); identifier.refcount++; } - + token = this.ts.nextTok(); //assert token.getType() == Token.RP; // ) }, -- 2.39.2