Source code
Revision control
Copy as Markdown
Other Tools
oomTest(function () {
(function () {
var x = [disassemble, new Int8Array(2 ** 8 + 1)];
x.shift().apply([], x);
})();
});
oomTest(function () {
(function () {
var x = [disassemble, new Int8Array(2 ** 8 + 1)];
x.shift().apply([], x);
})();
});