Searched refs:callType (Results 1 – 4 of 4) sorted by relevance
45 uint32_t callType = UINT32_MAX; // UINT32_MAX means not found in Initialize() local56 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()
91 callType: number | undefined = undefined,107 this.ct = callType;
229 private callType: number = 0; property in PandaGen309 public setCallType(callType: number) {310 this.callType = callType;314 return this.callType;
374 let callType = pg.getCallType(); variable457 callType,