Type Definition ul_sys::JSObjectCallAsConstructorCallbackEx[][src]

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