Home
last modified time | relevance | path

Searched defs:indexOutRange (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp96 BRANCH(DoubleGreaterThan(doubleLen, Double(JSObject::MAX_ELEMENT_INDEX)), &indexOutRange, &indexInRange); in CreateListFromArrayLike() local
H A Dbuiltins_array_stub_builder.cpp1326 BRANCH(Int64GreaterThan(thisElesLen, index), &indexInRange, &indexOutRange); in Slice() local

Completed in 13 milliseconds