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.cpp113 SetPropertiesArray(VariableType::INT64(), in NewJSObject()
Dstub_builder.h283 void SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRef propsArray);
Dstub_builder.cpp821 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()
Dstub_builder-inl.h964 inline void StubBuilder::SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRe… in SetPropertiesArray() function