Searched refs:SetPropertyInlinedPropsWithRep (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object-inl.h | 260 void JSObject::SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue… in SetPropertyInlinedPropsWithRep() function
|
D | js_object.h | 698 …inline void SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue v…
|
D | object_operator.cpp | 719 receiver->SetPropertyInlinedPropsWithRep(thread_, GetIndex(), std::get<2>(actualValue)); in UpdateDataValue()
|
D | js_object.cpp | 318 obj->SetPropertyInlinedPropsWithRep(thread, i, value); in OptimizeAsFastProperties() 2630 obj->SetPropertyInlinedPropsWithRep(thread, i, value.second); in CreateObjectFromPropertiesByIHClass()
|
D | object_factory.cpp | 467 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/ |
D | builtins_regexp.cpp | 2119 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()
|