Home
last modified time | relevance | path

Searched refs:SetPropertyInlinedPropsWithRep (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h250 void JSObject::SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue… in SetPropertyInlinedPropsWithRep() function
Djs_object.h619 …inline void SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue v…
Dobject_operator.cpp542 receiver->SetPropertyInlinedPropsWithRep(thread_, GetIndex(), actualValue); in UpdateDataValue()
Dobject_factory.cpp446 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()
Djs_object.cpp2151 obj->SetPropertyInlinedPropsWithRep(thread, i, value.second); in CreateObjectFromProperties()