Skip to main content

JS_NewTypedArray

Function JS_NewTypedArray 

Source
pub unsafe extern "C" fn JS_NewTypedArray(
    ctx: *mut JSContext,
    argc: i32,
    argv: *mut JSValue,
    array_type: u32,
) -> JSValue