[][src]Type Definition ul_sys::JSObjectGetPropertyCallbackEx

type JSObjectGetPropertyCallbackEx = Option<unsafe extern "C" fn(ctx: JSContextRef, jsClass: JSClassRef, object: JSObjectRef, propertyName: JSStringRef, exception: *mut JSValueRef) -> JSValueRef>;