Home
last modified time | relevance | path

Searched defs:PlainObjectKey (Results 1 – 3 of 3) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DObjectGroup.cpp986 struct ObjectGroupCompartment::PlainObjectKey { struct in ObjectGroupCompartment
987 jsid* properties;
988 uint32_t nproperties;
990 struct Lookup {
998 static inline HashNumber hash(const Lookup& lookup) { in hash()
1003 static inline bool match(const PlainObjectKey& v, const Lookup& lookup) { in match()
1011 bool needsSweep() { in needsSweep()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DObjectGroup.cpp1022 struct ObjectGroupRealm::PlainObjectKey { struct in ObjectGroupRealm
1023 jsid* properties;
1024 uint32_t nproperties;
1026 struct Lookup {
1034 static inline HashNumber hash(const Lookup& lookup) { in hash()
1039 static inline bool match(const PlainObjectKey& v, const Lookup& lookup) { in match()
1051 bool traceWeak(JSTracer* trc) { in traceWeak()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DObjectGroup.cpp1098 struct ObjectGroupCompartment::PlainObjectKey struct in ObjectGroupCompartment
1100 jsid* properties;
1101 uint32_t nproperties;
1103 struct Lookup {
1112 static inline HashNumber hash(const Lookup& lookup) { in hash()
1117 static inline bool match(const PlainObjectKey& v, const Lookup& lookup) { in match()