Home
last modified time | relevance | path

Searched refs:UpdatePropertyInDictionary (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h739 bool UpdatePropertyInDictionary(const JSThread *thread, JSTaggedValue key, JSTaggedValue value);
Djs_function.cpp945 …return self->UpdatePropertyInDictionary(thread, nameString.GetTaggedValue(), value.GetTaggedValue(… in NameSetter()
Djs_object.cpp2822 bool JSObject::UpdatePropertyInDictionary(const JSThread *thread, JSTaggedValue key, JSTaggedValue … in UpdatePropertyInDictionary() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1156 cls->UpdatePropertyInDictionary(thread, globalConst->GetLengthString(), length); in RuntimeSetClassConstructorLength()