Home
last modified time | relevance | path

Searched defs:thisLenIsZero (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp1019 GateRef thisLenIsZero = Int32Equal(thisLen, Int32(0)); in ReduceRight() local
1124 GateRef thisLenIsZero = Int32Equal(thisLen, Int32(0)); in Reduce() local
Dbuiltins_array_stub_builder.cpp1907 GateRef thisLenIsZero = Int32Equal(*thisLen, Int32(0)); in Reduce() local