Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp45 uint32_t callType = UINT32_MAX; // UINT32_MAX means not found in Initialize() local
56 callType = adae.GetScalarValue().GetValue(); in Initialize()
75 callField_ = (callType & CALL_TYPE_MASK) | in Initialize()
77 NumArgsBits::Encode(numArgs - HaveFuncBit::Decode(callType) // exclude func in Initialize()
78 … - HaveNewTargetBit::Decode(callType) // exclude new target in Initialize()
79 - HaveThisBit::Decode(callType)); // exclude this in Initialize()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts91 callType: number | undefined = undefined,
107 this.ct = callType;
Dpandagen.ts229 private callType: number = 0; property in PandaGen
309 public setCallType(callType: number) {
310 this.callType = callType;
314 return this.callType;
Dts2panda.ts374 let callType = pg.getCallType(); variable
457 callType,