pub type DOMProxyShadowsCheck = Option<unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: Handle<PropertyKey>) -> DOMProxyShadowsResult>;
Aliased Type§
enum DOMProxyShadowsCheck {
None,
Some(unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: Handle<PropertyKey>) -> DOMProxyShadowsResult),
}