Home
last modified time | relevance | path

Searched refs:NativeGetPropertyInline (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.cpp1909 NativeGetPropertyInline(JSContext* cx, in NativeGetPropertyInline() function
1968 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, vp); in NativeGetProperty()
1975 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, vp); in NativeGetPropertyNoGC()
1984 return NativeGetPropertyInline<CanGC>(cx, obj.as<NativeObject>(), receiver, id, NameLookup, vp); in GetPropertyForNameLookup()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp2185 static MOZ_ALWAYS_INLINE bool NativeGetPropertyInline( in NativeGetPropertyInline() function
2245 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2252 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()
2292 return NativeGetPropertyInline<CanGC>(cx, env.as<NativeObject>(), receiver, in GetNameBoundInEnvironment()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp2115 static MOZ_ALWAYS_INLINE bool NativeGetPropertyInline( in NativeGetPropertyInline() function
2175 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2182 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()
2222 return NativeGetPropertyInline<CanGC>(cx, env.as<NativeObject>(), receiver, in GetNameBoundInEnvironment()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.cpp2056 NativeGetPropertyInline(JSContext* cx, in NativeGetPropertyInline() function
2115 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, vp); in NativeGetProperty()
2122 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, vp); in NativeGetPropertyNoGC()
2131 return NativeGetPropertyInline<CanGC>(cx, obj.as<NativeObject>(), receiver, id, NameLookup, vp); in GetPropertyForNameLookup()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp2185 static MOZ_ALWAYS_INLINE bool NativeGetPropertyInline( in NativeGetPropertyInline() function
2245 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2252 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()
2292 return NativeGetPropertyInline<CanGC>(cx, env.as<NativeObject>(), receiver, in GetNameBoundInEnvironment()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp2238 static MOZ_ALWAYS_INLINE bool NativeGetPropertyInline( in NativeGetPropertyInline() function
2298 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2305 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()
2326 return NativeGetPropertyInline<CanGC>(cx, env.as<NativeObject>(), receiver, in GetNameBoundInEnvironment()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp2427 static MOZ_ALWAYS_INLINE bool NativeGetPropertyInline( in NativeGetPropertyInline() function
2490 return NativeGetPropertyInline<CanGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetProperty()
2497 return NativeGetPropertyInline<NoGC>(cx, obj, receiver, id, NotNameLookup, in NativeGetPropertyNoGC()
2537 return NativeGetPropertyInline<CanGC>(cx, env.as<NativeObject>(), receiver, in GetNameBoundInEnvironment()