Function script::dom::bindings::proxyhandler::maybe_cross_origin_set_prototype_rawcx
source · pub unsafe extern "C" fn maybe_cross_origin_set_prototype_rawcx(
cx: *mut JSContext,
proxy: RawHandleObject,
proto: RawHandleObject,
result: *mut ObjectOpResult
) -> bool
Expand description
Implementation of [[SetPrototypeOf]]
for Location
and WindowProxy
.