Searched refs:MAX_LENGTH_ZERO (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_array_stub_builder.h | 68 static constexpr uint32_t MAX_LENGTH_ZERO = 0; member in panda::ecmascript::kungfu::BuiltinsArrayStubBuilder
|
H A D | builtins_array_stub_builder.cpp | 992 BRANCH(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, slowPath); in IndexOf() 1012 BRANCH(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, slowPath); in LastIndexOf() 1141 BRANCH(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, &thisNotEmpty); in Slice()
|
Completed in 9 milliseconds