Searched refs:IsJsArrayWithLengthLimit (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.h | 90 GateRef IsJsArrayWithLengthLimit(GateRef glue, GateRef object,
|
| D | builtins_array_stub_builder.cpp | 333 Branch(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, slowPath); in ForEach() 349 Branch(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, slowPath); in IndexOf() 369 Branch(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, slowPath); in LastIndexOf() 500 …Branch(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, &thisNotEmpt… in Slice() 1040 GateRef BuiltinsArrayStubBuilder::IsJsArrayWithLengthLimit(GateRef glue, GateRef object, in IsJsArrayWithLengthLimit() function in panda::ecmascript::kungfu::BuiltinsArrayStubBuilder
|