Searched refs:SetPropertiesArray (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 290 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()
|
| D | stub_builder.cpp | 1480 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()
|
| D | stub_builder.h | 372 void SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRef propsArray,
|
| D | stub_builder-inl.h | 1198 inline void StubBuilder::SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRe… in SetPropertiesArray() function
|