mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1205707 part 2 - Add test. r=Waldo
This commit is contained in:
parent
64e522d49c
commit
042014efdb
@ -0,0 +1,6 @@
|
||||
(new Int8Array(3)).join();
|
||||
[Math.abs, Math.abs].forEach(x => {
|
||||
try {
|
||||
Int8Array.prototype.join.call(x);
|
||||
} catch(e) {}
|
||||
});
|
Loading…
Reference in New Issue
Block a user