Searched refs:name2variable (Results 1 – 2 of 2) sorted by relevance
93 protected name2variable: Map<string, Variable> = new Map<string, Variable>(); property in Scope106 return this.name2variable;189 return this.name2variable.get(name);350 let funcObj = this.name2variable.get(MandatoryFuncObj);351 this.name2variable.set(funcName, funcObj!);414 this.name2variable.set(name, v);459 this.name2variable.set(name, v);505 this.name2variable.set(name, v);508 this.name2variable.set(name, v);538 this.name2variable.set(name, v);
328 let name2variable = scope.getName2variable(); variable329 name2variable.forEach((value, key) => {