JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:20:42 +0000 (16:20 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:20:42 +0000 (16:20 +0800)
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;