Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp355 Label notExtendArray(env); in CopyArray() local
356 Branch(Int32GreaterThan(newLen, oldLen), &extendArray, &notExtendArray); in CopyArray()
362 Bind(&notExtendArray); in CopyArray()