Source code
Revision control
Copy as Markdown
Other Tools
gczeal(14);
verifyprebarriers();
x = [];
Array.prototype.push.call(x, new Uint8Array());
Array.prototype.some.call(x, function() {
try {
y.toString();
} catch (e) {}
});
Array.prototype.shift.call(x);