Searched refs:ArrayConstructorCheck (Results 1 – 4 of 4) sorted by relevance
53 V(ArrayConstructorCheck, ARRAY_CONSTRUCTOR_CHECK, GateFlags::CHECKABLE, 1, 1, 1) \
1345 GateRef CircuitBuilder::ArrayConstructorCheck(GateRef gate) in ArrayConstructorCheck() function in panda::ecmascript::kungfu::CircuitBuilder1351 GateRef ret = GetCircuit()->NewGate(circuit_->ArrayConstructorCheck(), in ArrayConstructorCheck()
490 GateRef ArrayConstructorCheck(GateRef gate);
1255 builder_.ArrayConstructorCheck(ctor); in TryLowerNewBuiltinConstructor()