Home
last modified time | relevance | path

Searched refs:MandatoryNewTarget (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/expression/
DmetaProperty.ts16 import { MandatoryNewTarget } from "../variable";
25 let { scope, level, v } = curScope.find(MandatoryNewTarget);
/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts191 export const MandatoryNewTarget = "4newTarget"; constant
197 name === MandatoryNewTarget || name === MandatoryThis) {
DlexicalBinder.ts30 MandatoryNewTarget,
127 this.lookUpLexicalReference(MandatoryNewTarget, enclosingVariableScope);
175 let newTargetPosInfo = scope.resolveDeclPos(MandatoryNewTarget);
DaddVariable2Scope.ts39 MandatoryNewTarget,
79 scope.addParameter(MandatoryNewTarget, VarDeclarationKind.CONST, -1);
Dcompiler.ts119 MandatoryNewTarget,
209 this.storeMandatoryArgToLexEnv(MandatoryNewTarget);