Home
last modified time | relevance | path

Searched refs:name2variable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts93 protected name2variable: Map<string, Variable> = new Map<string, Variable>(); property in Scope
106 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);
Ddebuginfo.ts328 let name2variable = scope.getName2variable(); variable
329 name2variable.forEach((value, key) => {