Lines Matching refs:emptyArray
116 auto emptyArray = GetGlobalConstantValue( in NewJSObject() local
120 glue_, result->ReadVariable(), emptyArray); in NewJSObject()
122 glue_, result->ReadVariable(), emptyArray); in NewJSObject()
346 Label emptyArray(env); in CopyArray() local
348 Branch(Int32Equal(newLen, Int32(0)), &emptyArray, ¬EmptyArray); in CopyArray()
349 Bind(&emptyArray); in CopyArray()
685 GateRef emptyArray = GetEmptyArray(glue); in EnumerateObjectProperties() local
686 result = NewJSForinIterator(glue, Undefined(), emptyArray, Undefined()); in EnumerateObjectProperties()
1227 GateRef emptyArray = GetGlobalConstantValue( in CreateEmptyArrayCommon() local
1230 …NewJSArrayLiteral(&result, &exit, RegionSpaceFlag::IN_YOUNG_SPACE, emptyArray, hclass, trackInfo, … in CreateEmptyArrayCommon()
1368 auto emptyArray = GetGlobalConstantValue( in CreateJSCollectionIterator() local
1370 SetPropertiesArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); in CreateJSCollectionIterator()
1371 SetElementsArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); in CreateJSCollectionIterator()