Searched refs:SetPropertiesArray (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 119 SetPropertiesArray(VariableType::INT64(), in NewJSObject() 1370 SetPropertiesArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); in CreateJSCollectionIterator()
|
| D | stub_builder.cpp | 930 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, *array); in AddPropertyByName() 945 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, res); in AddPropertyByName() 964 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, res); in AddPropertyByName() 985 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, *array); in AddPropertyByName() 2362 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, properties); in StoreWithTransition() 2373 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, properties); in StoreWithTransition()
|
| D | stub_builder.h | 308 void SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRef propsArray);
|
| D | stub_builder-inl.h | 1026 inline void StubBuilder::SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRe… in SetPropertiesArray() function
|