Type Definition js::jsapi::GetOwnPropertyOp  
                   
                       [−]
                   
               [src]
type GetOwnPropertyOp = Option<unsafe extern "C" fn(cx: *mut JSContext, obj: HandleObject, id: HandleId, desc: MutableHandle<PropertyDescriptor>) -> bool>;