From: Alan Knowles Date: Fri, 6 Nov 2015 08:20:42 +0000 (+0800) Subject: JSDOC/ScopeParser.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=3b1bdb897eabb5b56770ec0e6b69f2247c41fe18 JSDOC/ScopeParser.vala --- diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index 8db88e7..0da866b 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -24,6 +24,7 @@ namespace JSDOC { this.ts = ts; // {TokenStream} this.warnings = new Gee.ArrayList(); this.globalScope = new Scope(-1, false, -1, ''); + this.indexedScopes = new Gee.HashMap(); //this.indexedg = {}; //this.timer = new Date() * 1;