Type Definition ul_sys::JSObjectHasPropertyCallbackEx[][src]

pub type JSObjectHasPropertyCallbackEx = Option<unsafe extern "C" fn(ctx: JSContextRef, jsClass: JSClassRef, object: JSObjectRef, propertyName: JSStringRef) -> bool>;