Type Alias DOMProxyShadowsCheck

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

Aliased Type§

pub 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.