Function JS_NewFastArray

Source
pub unsafe extern "C" fn JS_NewFastArray(
    ctx: *mut JSContext,
    argc: c_int,
    argv: *mut JSValue,
) -> JSValue