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