Searched refs:UpdateValueAndAttributes (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | global_dictionary.h | 70 inline void UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value,
|
H A D | tagged_dictionary.h | 59 void UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value, 125 void UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value,
|
H A D | global_dictionary-inl.h | 72 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 D | tagged_dictionary.cpp | 232 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 D | object_operator.cpp | 830 dict->UpdateValueAndAttributes(thread_, entry, accessor.GetTaggedValue(), attr); in WriteDataProperty()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | global_dictionary_test.cpp | 151 * @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 D | stub_builder.h | 598 void UpdateValueAndAttributes(GateRef glue, GateRef elements, GateRef index, GateRef value, GateRef attr);
|
H A D | stub_builder.cpp | 3249 inline void StubBuilder::UpdateValueAndAttributes(GateRef glue, GateRef elements, GateRef index, in UpdateValueAndAttributes() function in panda::ecmascript::kungfu::StubBuilder
|
Completed in 29 milliseconds