Home
last modified time | relevance | path

Searched refs:NotNameLookup (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.cpp1780 enum IsNameLookup { NotNameLookup = false, NameLookup = true }; enumerator
1968 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, vp); in NativeGetProperty()
1975 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, vp); in NativeGetPropertyNoGC()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp2079 enum IsNameLookup { NotNameLookup = false, NameLookup = true }; enumerator
2245 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2252 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp2009 enum IsNameLookup { NotNameLookup = false, NameLookup = true }; enumerator
2175 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2182 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.cpp1927 enum IsNameLookup { NotNameLookup = false, NameLookup = true }; enumerator
2115 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, vp); in NativeGetProperty()
2122 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, vp); in NativeGetPropertyNoGC()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp2079 enum IsNameLookup { NotNameLookup = false, NameLookup = true }; enumerator
2245 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2252 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp2136 enum IsNameLookup { NotNameLookup = false, NameLookup = true }; enumerator
2298 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2305 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp2324 enum IsNameLookup { NotNameLookup = false, NameLookup = true }; enumerator
2490 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2497 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()