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