Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1055 Label NotStableJsArray(env); in ArrayIteratorNext() local
1075 BRANCH(IsStableJSArray(glue, array), &isStableJsArray, &NotStableJsArray); in ArrayIteratorNext()
1098 Bind(&NotStableJsArray); in ArrayIteratorNext()