Type Alias script::dom::bindings::import::module::jsapi::JSJitGetterOp

source ·
pub type JSJitGetterOp = Option<unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: *mut c_void, _: JSJitGetterCallArgs) -> bool>;

Aliased Type§

enum JSJitGetterOp {
    None,
    Some(unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: *mut c_void, _: JSJitGetterCallArgs) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut JSContext, _: Handle<*mut JSObject>, _: *mut c_void, _: JSJitGetterCallArgs) -> bool)

Some value of type T.