Searched refs:SetPropertyInlinedPropsWithRep (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 250 void JSObject::SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue… in SetPropertyInlinedPropsWithRep() function
|
| D | js_object.h | 619 …inline void SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue v…
|
| D | object_operator.cpp | 542 receiver->SetPropertyInlinedPropsWithRep(thread_, GetIndex(), actualValue); in UpdateDataValue()
|
| D | object_factory.cpp | 446 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, object->GetPropertyInlinedProps(i)); in CloneObjectLiteral() 507 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, object->GetPropertyInlinedProps(i)); in CloneArrayLiteral() 565 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, value); in CloneObjectLiteral() 609 cloneCtor->SetPropertyInlinedPropsWithRep(thread_, i, value); in CloneClassCtor()
|
| D | js_object.cpp | 2151 obj->SetPropertyInlinedPropsWithRep(thread, i, value.second); in CreateObjectFromProperties()
|