pub type DOMProxyShadowsCheck = Option<unsafe extern "C" fn(arg1: *mut JSContext, arg2: Handle<*mut JSObject>, arg3: Handle<PropertyKey>) -> DOMProxyShadowsResult>;

Aliased Type§

enum DOMProxyShadowsCheck {
    None,
    Some(unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: Handle<PropertyKey>) -> DOMProxyShadowsResult),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: Handle<PropertyKey>) -> DOMProxyShadowsResult)

Some value of type T.