Home
last modified time | relevance | path

Searched refs:maybeWindowProxy (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DWindowProxy.cpp52 if (JSObject* windowProxy = obj->as<GlobalObject>().maybeWindowProxy()) { in ToWindowProxyIfWindowSlow()
68 return obj->as<GlobalObject>().maybeWindowProxy(); in IsWindowSlow()
H A DGlobalObject.h877 JSObject* maybeWindowProxy() const { in maybeWindowProxy() function
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DWindowProxy.cpp51 if (JSObject* windowProxy = obj->as<GlobalObject>().maybeWindowProxy()) { in ToWindowProxyIfWindowSlow()
67 return obj->as<GlobalObject>().maybeWindowProxy(); in IsWindowSlow()
H A DGlobalObject.h1063 JSObject* maybeWindowProxy() const { return data().windowProxy; } in maybeWindowProxy() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DWindowProxy.cpp52 if (JSObject* windowProxy = obj->as<GlobalObject>().maybeWindowProxy()) { in ToWindowProxyIfWindowSlow()
68 return obj->as<GlobalObject>().maybeWindowProxy(); in IsWindowSlow()
H A DGlobalObject.h877 JSObject* maybeWindowProxy() const { in maybeWindowProxy() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsfriendapi.cpp1234 if (JSObject* windowProxy = obj->as<GlobalObject>().maybeWindowProxy()) in ToWindowProxyIfWindowSlow()
1248 return obj->as<GlobalObject>().maybeWindowProxy(); in IsWindowSlow()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsfriendapi.cpp1438 if (JSObject* windowProxy = obj->as<GlobalObject>().maybeWindowProxy()) { in ToWindowProxyIfWindowSlow()
1453 return obj->as<GlobalObject>().maybeWindowProxy(); in IsWindowSlow()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.h736 JSObject* maybeWindowProxy() const { in maybeWindowProxy() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.h800 JSObject* maybeWindowProxy() const { in maybeWindowProxy() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DGlobalObject.h871 JSObject* maybeWindowProxy() const { in maybeWindowProxy() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DGlobalObject.h843 JSObject* maybeWindowProxy() const { in maybeWindowProxy() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsfriendapi.cpp1341 return obj->as<GlobalObject>().maybeWindowProxy(); in JS_FRIEND_API()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsfriendapi.cpp1434 return obj->as<GlobalObject>().maybeWindowProxy(); in JS_FRIEND_API()