pub(crate) fn wrap_call_this_value<T: ThisReflector>(
cx: JSContext,
p: &T,
rval: MutableHandleValue<'_>,
) -> bool
Expand description
Wraps the reflector for p
into the realm of cx
.
pub(crate) fn wrap_call_this_value<T: ThisReflector>(
cx: JSContext,
p: &T,
rval: MutableHandleValue<'_>,
) -> bool
Wraps the reflector for p
into the realm of cx
.