Function JS_NewInt64

Source
pub unsafe extern "C" fn JS_NewInt64(
    ctx: *mut JSContext,
    v: i64,
) -> JSValue