Home
last modified time | relevance | path

Searched refs:IsJsArrayWithLengthLimit (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.h73 GateRef IsJsArrayWithLengthLimit(GateRef glue, GateRef object,
Dbuiltins_array_stub_builder.cpp1017 BRANCH(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, slowPath); in IndexOf()
1037 BRANCH(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, slowPath); in LastIndexOf()
1166 …BRANCH(IsJsArrayWithLengthLimit(glue, thisValue, MAX_LENGTH_ZERO, req), &thisIsEmpty, &thisNotEmpt… in Slice()
2068 GateRef BuiltinsArrayStubBuilder::IsJsArrayWithLengthLimit(GateRef glue, GateRef object, in IsJsArrayWithLengthLimit() function in panda::ecmascript::kungfu::BuiltinsArrayStubBuilder