Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts83 scope.addLexVarInfo(this.name, this.idxLex);
Dscope.ts315 addLexVarInfo(name: string, slot: number): void { method in VariableScope
557 addLexVarInfo(name: string, slot: number): void { method in LoopScope