Searched defs:superCtor (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_type_lowering.cpp | 1012 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall() local
|
| D | type_lowering.cpp | 2856 GateRef superCtor = acc_.GetValueIn(gate, 0); in LowerTypedSuperAllocateThis() local 2888 GateRef superCtor = builder_.Load(VariableType::JS_ANY(), hclass, protoOffset); in LowerGetSuperConstructor() local
|
| D | circuit_builder.cpp | 265 GateRef CircuitBuilder::TypedSuperAllocateThis(GateRef superCtor, GateRef newTarget, GateRef frameS… in TypedSuperAllocateThis()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 3024 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local 3159 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local 3294 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local 3429 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
|
| D | interpreter_assembly.cpp | 3350 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallarrowrangePrefImm16V8() local 3493 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallthisrangePrefImm16V8() local 6588 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallarrowrangeImm8Imm8V8() local 6731 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallthisrangeImm8Imm8V8() local
|