Home
last modified time | relevance | path

Searched defs:RootedNativeObject (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DRooting.h46 typedef JS::Rooted<NativeObject*> RootedNativeObject; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DRooting.h59 typedef JS::Rooted<NativeObject*> RootedNativeObject; typedef
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DRooting.h73 using RootedNativeObject = JS::Rooted<NativeObject*>; variable
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DRooting.h73 using RootedNativeObject = JS::Rooted<NativeObject*>; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DRooting.h73 using RootedNativeObject = JS::Rooted<NativeObject*>; variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DRooting.h75 using RootedNativeObject = JS::Rooted<NativeObject*>; variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DRooting.h63 typedef JS::Rooted<NativeObject*> RootedNativeObject; typedef