pub(crate) unsafe extern "C" fn shadow_check_callback(
cx: *mut JSContext,
object: HandleObject,
id: HandleId,
) -> DOMProxyShadowsResult
Expand description
Determine if this id shadows any existing properties for this proxy.
pub(crate) unsafe extern "C" fn shadow_check_callback(
cx: *mut JSContext,
object: HandleObject,
id: HandleId,
) -> DOMProxyShadowsResult
Determine if this id shadows any existing properties for this proxy.