Home
last modified time | relevance | path

Searched defs:UpdateValueAndAttributes (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp111 void NameDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValu… in UpdateValueAndAttributes() function in panda::ecmascript::NameDictionary
233 void NumberDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedVa… in UpdateValueAndAttributes() function in panda::ecmascript::NumberDictionary
Dglobal_dictionary-inl.h80 void GlobalDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedVa… in UpdateValueAndAttributes() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp180 HWTEST_F_L0(GlobalDictionaryTest, UpdateValueAndAttributes) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1932 inline void StubBuilder::UpdateValueAndAttributes(GateRef glue, GateRef elements, GateRef index, in UpdateValueAndAttributes() function in panda::ecmascript::kungfu::StubBuilder