Home
last modified time | relevance | path

Searched refs:IsStableArrayLengthWriteable (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1727 GateRef CircuitBuilder::IsStableArrayLengthWriteable(GateRef glue, GateRef array) in IsStableArrayLengthWriteable() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h1053 GateRef IsStableArrayLengthWriteable(GateRef glue, GateRef array);
Dtyped_native_inline_lowering.cpp3320 builder_.IsStableArrayLengthWriteable(glue, thisValue), acc_.GetValueIn(gate, 1), in LowerArrayPop()