Home
last modified time | relevance | path

Searched refs:UpdateValueAndAttributes (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary.h70 inline void UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value,
H A Dtagged_dictionary.h59 void UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value,
125 void UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value,
H A Dglobal_dictionary-inl.h72 UpdateValueAndAttributes(thread, entry, value, attributes); in SetEntry()
82 void GlobalDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value, in UpdateValueAndAttributes() function in panda::ecmascript::GlobalDictionary
H A Dtagged_dictionary.cpp232 void NameDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value, in UpdateValueAndAttributes() function in panda::ecmascript::NameDictionary
413 void NumberDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value, in UpdateValueAndAttributes() function in panda::ecmascript::NumberDictionary
H A Dobject_operator.cpp830 dict->UpdateValueAndAttributes(thread_, entry, accessor.GetTaggedValue(), attr); in WriteDataProperty()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglobal_dictionary_test.cpp151 * @tc.name: UpdateValueAndAttributes
152 * @tc.desc: Update value and Attributes through calling UpdateValueAndAttributes function.
156 HWTEST_F_L0(GlobalDictionaryTest, UpdateValueAndAttributes) in HWTEST_F_L0()
178 handleDict->UpdateValueAndAttributes(thread, i, propertyBox.GetTaggedValue(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h598 void UpdateValueAndAttributes(GateRef glue, GateRef elements, GateRef index, GateRef value, GateRef attr);
H A Dstub_builder.cpp3249 inline void StubBuilder::UpdateValueAndAttributes(GateRef glue, GateRef elements, GateRef index, in UpdateValueAndAttributes() function in panda::ecmascript::kungfu::StubBuilder

Completed in 29 milliseconds