Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp741 Label isStableJSArray(env); in Sort() local
743 Branch(BoolAnd(stableArray, isUndefined), &isStableJSArray, slowPath); in Sort()
744 Bind(&isStableJSArray); in Sort()
886 Label isStableJSArray(env); in Reduce() local
888 Branch(IsStableJSArray(glue, thisValue), &isStableJSArray, &notStableJSArray); in Reduce()
889 Bind(&isStableJSArray); in Reduce()