Function js::jsapi::SetWindowProxy
[−]
[src]
pub unsafe extern "C" fn SetWindowProxy(
cx: *mut JSContext,
global: HandleObject,
windowProxy: HandleObject
)
Associates a WindowProxy with a Window (global object). windowProxy
must
have the Class set by SetWindowProxyClass.