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.cpp1707 Label isStableJSArray(env); in Reduce() local
1709 BRANCH(IsStableJSArray(glue, thisValue), &isStableJSArray, &notStableJSArray); in Reduce()
1710 Bind(&isStableJSArray); in Reduce()