Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| slow
function f(x) {
new Int32Array(x);
}
f(0);
oomTest(() => f(2147483647));