pub(crate) unsafe extern "C" fn maybe_cross_origin_set_prototype_rawcx(
cx: *mut JSContext,
proxy: HandleObject,
proto: HandleObject,
result: *mut ObjectOpResult,
) -> bool
Expand description
Implementation of [[SetPrototypeOf]]
for Location
and WindowProxy
.