Searched refs:MandatoryFuncObj (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/src/ |
D | variable.ts | 190 export const MandatoryFuncObj = "4funcObj"; constant 196 if (name === MandatoryFuncObj || name === MandatoryArguments ||
|
D | lexicalBinder.ts | 29 MandatoryFuncObj, 76 this.setMandatoryParamLexical(MandatoryFuncObj, enclosingVariableScope); 104 this.setMandatoryParamLexical(MandatoryFuncObj, <VariableScope>newScope);
|
D | addVariable2Scope.ts | 38 MandatoryFuncObj, 72 scope.addParameter(MandatoryFuncObj, VarDeclarationKind.CONST, -1);
|
D | scope.ts | 22 MandatoryFuncObj, 350 let funcObj = this.name2variable.get(MandatoryFuncObj);
|
D | compiler.ts | 118 MandatoryFuncObj, 208 this.storeMandatoryArgToLexEnv(MandatoryFuncObj); 227 let vreg = arg === MandatoryFuncObj ? getVregisterCache(this.pandaGen, CacheList.FUNC) :
|
/arkcompiler/ets_frontend/ts2panda/src/statement/ |
D | classStatement.ts | 53 MandatoryFuncObj, 422 let funcObj = <Variable>curFuncScope.findLocal(MandatoryFuncObj);
|