blob: b3576b2d949d09613ef2fbd15ef37a279028f874 [file] [edit]
// META: global=window,dedicatedworker
"use strict";
// https://console.spec.whatwg.org/
test(() => {
console.log(new Array(10000000).fill("x"));
console.log(new Uint8Array(10000000));
}, "Logging large arrays works");