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