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