Home
last modified time | relevance | path

Searched refs:setLexVar (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
DlexicalBinder.ts145 declPosInfo.v.setLexVar(declPosInfo.defLexicalScope);
154 declPosInfo.v.setLexVar(declPosInfo.defLexicalScope);
163 v.setLexVar(scope);
179 newTargetPosInfo.v.setLexVar(newTargetPosInfo.defLexicalScope);
185 thisPosInfo.v.setLexVar(thisPosInfo.defLexicalScope);
202 v.setLexVar(curScope);
Dvariable.ts76 setLexVar(scope: VariableScope | LoopScope): number { method in Variable
/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts269 var1!.setLexVar(globalScope);
309 var1!.setLexVar(globalScope);
332 var1!.setLexVar(globalScope);
Dscope.test.ts231 aV.setLexVar(func1Scope);
232 p2.setLexVar(func1Scope);