Home
last modified time | relevance | path

Searched refs:getNearestVariableScope (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
DlexicalBinder.ts62 let enclosingVariableScope = newScope.getNearestVariableScope();
82 let enclosingVariableScope = newScope.getNearestVariableScope();
121 let enclosingVariableScope = newScope.getNearestVariableScope();
Dscope.ts144 getNearestVariableScope(): VariableScope | undefined { method in Scope
234 let enclosingVariableScope: VariableScope = this.getNearestVariableScope();
534 let functionScope = this.getNearestVariableScope();
Drecorder.ts281 let parentVariableScope = <VariableScope>curScope.getNearestVariableScope();
302 let variableScopeParent = <VariableScope>scope.getNearestVariableScope();
311 let nearestRefVariableScope = <VariableScope>scope.getNearestVariableScope();
335 let varialbeScope = scope.getNearestVariableScope();
630 hoistScope = <Scope>scope.getNearestVariableScope();
DaddVariable2Scope.ts140 let nearestVariableScope = <VariableScope>scope.getNearestVariableScope();
/arkcompiler/ets_frontend/ts2panda/src/base/
DlexEnv.ts46 let scope = pandaGen.getScope()!.getNearestVariableScope();
/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dbase.ts260 return globalPandaGen ? globalPandaGen.getScope()!.getNearestVariableScope() : undefined;