Home
last modified time | relevance | path

Searched refs:targetCompartmentProxy (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.cpp751 RootedObject targetCompartmentProxy(cx); in RemapRemoteWindowProxies() local
773 targetCompartmentProxy = remoteProxy; in RemapRemoteWindowProxies()
783 if (targetCompartmentProxy) { in RemapRemoteWindowProxies()
784 AutoRealm ar(cx, targetCompartmentProxy); in RemapRemoteWindowProxies()
785 JSObject::swap(cx, targetCompartmentProxy, target, oomUnsafe); in RemapRemoteWindowProxies()
786 target.set(targetCompartmentProxy); in RemapRemoteWindowProxies()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.cpp775 RootedObject targetCompartmentProxy(cx); in RemapRemoteWindowProxies() local
797 targetCompartmentProxy = remoteProxy; in RemapRemoteWindowProxies()
807 if (targetCompartmentProxy) { in RemapRemoteWindowProxies()
808 AutoRealm ar(cx, targetCompartmentProxy); in RemapRemoteWindowProxies()
809 JSObject::swap(cx, targetCompartmentProxy, target, oomUnsafe); in RemapRemoteWindowProxies()
810 target.set(targetCompartmentProxy); in RemapRemoteWindowProxies()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsapi.cpp775 RootedObject targetCompartmentProxy(cx); in RemapRemoteWindowProxies() local
797 targetCompartmentProxy = remoteProxy; in RemapRemoteWindowProxies()
807 if (targetCompartmentProxy) { in RemapRemoteWindowProxies()
808 AutoRealm ar(cx, targetCompartmentProxy); in RemapRemoteWindowProxies()
809 JSObject::swap(cx, targetCompartmentProxy, target, oomUnsafe); in RemapRemoteWindowProxies()
810 target.set(targetCompartmentProxy); in RemapRemoteWindowProxies()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsapi.cpp807 RootedObject targetCompartmentProxy(cx); in RemapRemoteWindowProxies() local
829 targetCompartmentProxy = remoteProxy; in RemapRemoteWindowProxies()
839 if (targetCompartmentProxy) { in RemapRemoteWindowProxies()
840 AutoRealm ar(cx, targetCompartmentProxy); in RemapRemoteWindowProxies()
841 JSObject::swap(cx, targetCompartmentProxy, target); in RemapRemoteWindowProxies()
842 target.set(targetCompartmentProxy); in RemapRemoteWindowProxies()