Searched refs:GetLengthOfJSArray (Results 1 – 3 of 3) sorted by relevance
2826 GateRef arrayLength = builder_.GetLengthOfJSArray(thisArray); in LowerArrayIncludesIndexOf()3157 GateRef length = builder_.GetLengthOfJSArray(thisValue); in LowerArrayForEach()3206 GateRef length = builder_.GetLengthOfJSArray(thisValue); in LowerArrayFindOrFindIndex()3266 GateRef length = builder_.SExtInt32ToInt64(builder_.GetLengthOfJSArray(thisValue)); in LowerArrayFilter()3362 GateRef length = builder_.SExtInt32ToInt64(builder_.GetLengthOfJSArray(thisValue)); in LowerArrayMap()3446 GateRef length = builder_.SExtInt32ToInt64(builder_.GetLengthOfJSArray(thisValue)); in LowerArraySome()3513 GateRef length = builder_.SExtInt32ToInt64(builder_.GetLengthOfJSArray(thisValue)); in LowerArrayEvery()3589 GateRef arrayLength = builder_.GetLengthOfJSArray(thisValue); in LowerArrayPop()3663 GateRef length = builder_.GetLengthOfJSArray(thisArray); in LowerArraySlice()
222 GateRef CircuitBuilder::GetLengthOfJSArray(GateRef array) in GetLengthOfJSArray() function in panda::ecmascript::kungfu::CircuitBuilder
202 GateRef GetLengthOfJSArray(GateRef array);