Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp207 BRANCH(Int64GreaterThan(newLen, capacity), &grow, &setValue); in Unshift() local
2415 BRANCH(Int32GreaterThan(newLength, capacity), &grow, &setValue); in Push() local
3125 BRANCH(Int32GreaterThan(newCapacity, oldCapacity), &grow, &copy); in Splice() local

Completed in 13 milliseconds