JSDOC/ScopeParser.vala
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.vala
index 8db88e7..0da866b 100644 (file)
@@ -24,6 +24,7 @@ namespace JSDOC {
                this.ts = ts; // {TokenStream}
                this.warnings = new Gee.ArrayList<string>();
                this.globalScope = new  Scope(-1, false, -1, '');
+               this.indexedScopes = new Gee.HashMap<int,Scope>();
                
                //this.indexedg = {};
                //this.timer = new Date() * 1;