Type Definition ul_sys::JSObjectCallAsFunctionCallbackEx[][src]

pub type JSObjectCallAsFunctionCallbackEx = Option<unsafe extern "C" fn(ctx: JSContextRef, jsClass: JSClassRef, className: JSStringRef, function: JSObjectRef, thisObject: JSObjectRef, argumentCount: size_t, arguments: *const JSValueRef, exception: *mut JSValueRef) -> JSValueRef>;