Function script::dom::bindings::proxyhandler::maybe_cross_origin_get_prototype
source · pub unsafe fn maybe_cross_origin_get_prototype(
cx: SafeJSContext,
proxy: RawHandleObject,
get_proto_object: unsafe fn(cx: SafeJSContext, global: HandleObject<'_>, rval: MutableHandleObject<'_>),
proto: RawMutableHandleObject
) -> bool
Expand description
Implementation of [[GetPrototypeOf]]
for Location
.