pub fn wrap_call_this_object<T: DomObject>(
cx: JSContext,
p: &T,
rval: MutableHandleObject<'_>,
)
Expand description
Wraps the reflector for p
into the realm of cx
.
pub fn wrap_call_this_object<T: DomObject>(
cx: JSContext,
p: &T,
rval: MutableHandleObject<'_>,
)
Wraps the reflector for p
into the realm of cx
.