Lines Matching defs:entry
50 PropertyBox *GlobalDictionary::GetBox(int entry) const in GetBox()
56 JSTaggedValue GlobalDictionary::GetValue(int entry) const in GetValue()
61 PropertyAttributes GlobalDictionary::GetAttributes(int entry) const in GetAttributes()
67 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry()
75 void GlobalDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry()
82 void GlobalDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedVa… in UpdateValueAndAttributes()
89 void GlobalDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &m… in SetAttributes()
95 void GlobalDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue()
117 for (auto entry : sortArr) { in GetAllKeys() local
151 for (auto entry : sortArr) { in GetAllKeysByFilter() local
197 for (const auto &entry : sortArr) { in GetEnumAllKeys() local
210 …y::InvalidatePropertyBox(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, int entry) in InvalidatePropertyBox()
220 int entry, const JSHandle<JSTaggedValue> &oldValue) in InvalidateAndReplaceEntry()
243 bool GlobalDictionary::IsValidateBox(int entry) const in IsValidateBox()