Lines Matching defs:entry
48 PropertyBox *GlobalDictionary::GetBox(int entry) const in GetBox()
54 JSTaggedValue GlobalDictionary::GetValue(int entry) const in GetValue()
59 PropertyAttributes GlobalDictionary::GetAttributes(int entry) const in GetAttributes()
65 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry()
73 void GlobalDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry()
80 void GlobalDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedVa… in UpdateValueAndAttributes()
87 void GlobalDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &m… in SetAttributes()
93 void GlobalDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue()
115 for (auto entry : sortArr) { in GetAllKeys() local
142 for (const auto &entry : sortArr) { in GetEnumAllKeys() local
155 …y::InvalidatePropertyBox(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, int entry, in InvalidatePropertyBox()
170 int entry, const JSHandle<JSTaggedValue> &oldValue) in InvalidateAndReplaceEntry()