Home
last modified time | relevance | path

Searched defs:SetProxyPrivate (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DProxy.h531 inline void SetProxyPrivate(JSObject* obj, const Value& value) { in SetProxyPrivate() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DProxy.h506 inline void SetProxyPrivate(JSObject* obj, const Value& value) { in SetProxyPrivate() function
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DProxy.h544 inline void SetProxyPrivate(JSObject* obj, const JS::Value& value) { in SetProxyPrivate() function
/dports/www/firefox/firefox-99.0/js/public/
H A DProxy.h544 inline void SetProxyPrivate(JSObject* obj, const JS::Value& value) { in SetProxyPrivate() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DProxy.h544 inline void SetProxyPrivate(JSObject* obj, const JS::Value& value) { in SetProxyPrivate() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/rust/src/
H A Dglue.rs245 pub fn SetProxyPrivate(obj: *mut JSObject, private: *const JS::Value); in SetProxyPrivate() function
H A Djsglue.cpp489 void SetProxyPrivate(JSObject* obj, const JS::Value* expando) { in SetProxyPrivate() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/rust/src/
H A Dglue.rs317 pub fn SetProxyPrivate(obj: *mut JSObject, private: *const JS::Value); in SetProxyPrivate() function
H A Djsglue.cpp495 void SetProxyPrivate(JSObject* obj, const JS::Value* expando) { in SetProxyPrivate() function