Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h260 void JSObject::SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue… in SetPropertyInlinedPropsWithRep() function
Djs_object.h698 …inline void SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue v…
Dobject_operator.cpp719 receiver->SetPropertyInlinedPropsWithRep(thread_, GetIndex(), std::get<2>(actualValue)); in UpdateDataValue()
Djs_object.cpp318 obj->SetPropertyInlinedPropsWithRep(thread, i, value); in OptimizeAsFastProperties()
2630 obj->SetPropertyInlinedPropsWithRep(thread, i, value.second); in CreateObjectFromPropertiesByIHClass()
Dobject_factory.cpp467 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, object->GetPropertyInlinedProps(i)); in CloneObjectLiteral()
529 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, object->GetPropertyInlinedProps(i)); in CloneArrayLiteral()
588 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, value); in CloneObjectLiteral()
645 cloneCtor->SetPropertyInlinedPropsWithRep(thread_, i, value); in CloneClassCtor()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2119 object->SetPropertyInlinedPropsWithRep(thread, LAST_INDEX_OFFSET, JSTaggedValue(0)); in RegExpExecForTestFast()
2126 object->SetPropertyInlinedPropsWithRep(thread, LAST_INDEX_OFFSET, JSTaggedValue(0)); in RegExpExecForTestFast()
2139 object->SetPropertyInlinedPropsWithRep(thread, LAST_INDEX_OFFSET, endIndex); in RegExpExecForTestFast()