Searched refs:SetPropertiesArray (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 113 SetPropertiesArray(VariableType::INT64(), in NewJSObject()
|
| D | stub_builder.h | 283 void SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRef propsArray);
|
| D | stub_builder.cpp | 821 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, *array); in AddPropertyByName() 836 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, res); in AddPropertyByName() 862 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, res); in AddPropertyByName() 873 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, *array); in AddPropertyByName()
|
| D | stub_builder-inl.h | 964 inline void StubBuilder::SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRe… in SetPropertiesArray() function
|