Function JSObjectMakeRegExp

Source
pub unsafe extern "C" fn JSObjectMakeRegExp(
    ctx: JSContextRef,
    argumentCount: size_t,
    arguments: *const JSValueRef,
    exception: *mut JSValueRef,
) -> JSObjectRef