Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h54 V(ObjectConstructorCheck, OBJECT_CONSTRUCTOR_CHECK, GateFlags::CHECKABLE, 1, 1, 1) \
Dmcr_circuit_builder.cpp1358 GateRef CircuitBuilder::ObjectConstructorCheck(GateRef gate) in ObjectConstructorCheck() function in panda::ecmascript::kungfu::CircuitBuilder
1364 GateRef ret = GetCircuit()->NewGate(circuit_->ObjectConstructorCheck(), in ObjectConstructorCheck()
Dcircuit_builder.h491 GateRef ObjectConstructorCheck(GateRef gate);
Dtyped_bytecode_lowering.cpp1262 builder_.ObjectConstructorCheck(ctor); in TryLowerNewBuiltinConstructor()