Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp844 Label arrayNotFull(env); in AddPropertyByName() local
846 Branch(Int32GreaterThanOrEqual(*length, outProps), &isArrayFull, &arrayNotFull); in AddPropertyByName()
876 Bind(&arrayNotFull); in AddPropertyByName()