Home
last modified time | relevance | path

Searched refs:GetNonexistentProperty (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.cpp1800 GetNonexistentProperty(JSContext* cx, HandleNativeObject obj, HandleId id, in GetNonexistentProperty() function
1866 GetNonexistentProperty(JSContext* cx, NativeObject* obj, jsid id, Value& receiver, in GetNonexistentProperty() function
1950 return GetNonexistentProperty(cx, obj, id, receiver, nameLookup, vp); in NativeGetPropertyInline()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp2091 static bool GetNonexistentProperty(JSContext* cx, HandleId id, in GetNonexistentProperty() function
2108 bool GetNonexistentProperty(JSContext* cx, const jsid& id, in GetNonexistentProperty() function
2224 return GetNonexistentProperty(cx, id, nameLookup, vp); in NativeGetPropertyInline()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp2021 static bool GetNonexistentProperty(JSContext* cx, HandleId id, in GetNonexistentProperty() function
2038 bool GetNonexistentProperty(JSContext* cx, const jsid& id, in GetNonexistentProperty() function
2154 return GetNonexistentProperty(cx, id, nameLookup, vp); in NativeGetPropertyInline()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.cpp1947 GetNonexistentProperty(JSContext* cx, HandleNativeObject obj, HandleId id, in GetNonexistentProperty() function
2013 GetNonexistentProperty(JSContext* cx, NativeObject* const& obj, const jsid& id, const Value& receiv… in GetNonexistentProperty() function
2097 return GetNonexistentProperty(cx, obj, id, receiver, nameLookup, vp); in NativeGetPropertyInline()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp2091 static bool GetNonexistentProperty(JSContext* cx, HandleId id, in GetNonexistentProperty() function
2108 bool GetNonexistentProperty(JSContext* cx, const jsid& id, in GetNonexistentProperty() function
2224 return GetNonexistentProperty(cx, id, nameLookup, vp); in NativeGetPropertyInline()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp2153 static bool GetNonexistentProperty(JSContext* cx, HandleId id, in GetNonexistentProperty() function
2199 bool GetNonexistentProperty(JSContext* cx, const jsid& id, in GetNonexistentProperty() function
2278 if (!proto) return GetNonexistentProperty(cx, id, nameLookup, vp); in NativeGetPropertyInline()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp2336 static bool GetNonexistentProperty(JSContext* cx, HandleId id, in GetNonexistentProperty() function
2353 bool GetNonexistentProperty(JSContext* cx, const jsid& id, in GetNonexistentProperty() function
2469 return GetNonexistentProperty(cx, id, nameLookup, vp); in NativeGetPropertyInline()