Home
last modified time | relevance | path

Searched refs:MAX_LENGTH_ZERO (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.h68 static constexpr uint32_t MAX_LENGTH_ZERO = 0; member in panda::ecmascript::kungfu::BuiltinsArrayStubBuilder
H A Dbuiltins_array_stub_builder.cpp992 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