Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h53 V(ArrayConstructorCheck, ARRAY_CONSTRUCTOR_CHECK, GateFlags::CHECKABLE, 1, 1, 1) \
Dmcr_circuit_builder.cpp1345 GateRef CircuitBuilder::ArrayConstructorCheck(GateRef gate) in ArrayConstructorCheck() function in panda::ecmascript::kungfu::CircuitBuilder
1351 GateRef ret = GetCircuit()->NewGate(circuit_->ArrayConstructorCheck(), in ArrayConstructorCheck()
Dcircuit_builder.h490 GateRef ArrayConstructorCheck(GateRef gate);
Dtyped_bytecode_lowering.cpp1255 builder_.ArrayConstructorCheck(ctor); in TryLowerNewBuiltinConstructor()