Searched defs:thisIsEmpty (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_array_stub_builder.cpp | 992 BRANCH(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, slowPath); in IndexOf() local 1012 BRANCH(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, slowPath); in LastIndexOf() local 1141 BRANCH(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, &thisNotEmpty); in Slice() local
|
Completed in 13 milliseconds