[][src]Type Definition ul_sys::JSObjectCallAsFunctionCallback

type JSObjectCallAsFunctionCallback = Option<unsafe extern "C" fn(ctx: JSContextRef, function: JSObjectRef, thisObject: JSObjectRef, argumentCount: usize, arguments: *const JSValueRef, exception: *mut JSValueRef) -> JSValueRef>;