Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp290 SetPropertiesArray(VariableType::JS_ANY(), glue, result, newProperties); in CloneObjectLiteral()
422 SetPropertiesArray(VariableType::INT64(), in NewJSObject()
465 SetPropertiesArray(VariableType::INT64(), in NewSObject()
560 SetPropertiesArray(VariableType::INT64(), in NewJSObject()
2114 SetPropertiesArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); in CreateJSCollectionIterator()
2170 SetPropertiesArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); in CreateJSTypedArrayIterator()
Dstub_builder.cpp1480 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, *array); in AddPropertyByName()
1495 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, res); in AddPropertyByName()
1523 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, res); in AddPropertyByName()
1544 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, *array); in AddPropertyByName()
3089 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, properties); in StoreWithTransition()
3100 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, properties); in StoreWithTransition()
Dstub_builder.h372 void SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRef propsArray,
Dstub_builder-inl.h1198 inline void StubBuilder::SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRe… in SetPropertiesArray() function