[][src]Type Definition ul_sys::JSObjectCallAsConstructorCallback

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