Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts190 export const MandatoryFuncObj = "4funcObj"; constant
196 if (name === MandatoryFuncObj || name === MandatoryArguments ||
DlexicalBinder.ts29 MandatoryFuncObj,
76 this.setMandatoryParamLexical(MandatoryFuncObj, enclosingVariableScope);
104 this.setMandatoryParamLexical(MandatoryFuncObj, <VariableScope>newScope);
DaddVariable2Scope.ts38 MandatoryFuncObj,
72 scope.addParameter(MandatoryFuncObj, VarDeclarationKind.CONST, -1);
Dscope.ts22 MandatoryFuncObj,
350 let funcObj = this.name2variable.get(MandatoryFuncObj);
Dcompiler.ts118 MandatoryFuncObj,
208 this.storeMandatoryArgToLexEnv(MandatoryFuncObj);
227 let vreg = arg === MandatoryFuncObj ? getVregisterCache(this.pandaGen, CacheList.FUNC) :
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts53 MandatoryFuncObj,
422 let funcObj = <Variable>curFuncScope.findLocal(MandatoryFuncObj);