Source code

Revision control

Copy as Markdown

Other Tools

(new Int8Array(3)).join();
[Math.abs, Math.abs].forEach(x => {
try {
Int8Array.prototype.join.call(x);
} catch(e) {}
});