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