Searched refs:UpdatePropertyInDictionary (Results 1 – 4 of 4) sorted by relevance
739 bool UpdatePropertyInDictionary(const JSThread *thread, JSTaggedValue key, JSTaggedValue value);
945 …return self->UpdatePropertyInDictionary(thread, nameString.GetTaggedValue(), value.GetTaggedValue(… in NameSetter()
2822 bool JSObject::UpdatePropertyInDictionary(const JSThread *thread, JSTaggedValue key, JSTaggedValue … in UpdatePropertyInDictionary() function in panda::ecmascript::JSObject
1156 cls->UpdatePropertyInDictionary(thread, globalConst->GetLengthString(), length); in RuntimeSetClassConstructorLength()