mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1205707 part 2 - Add test. r=Waldo
This commit is contained in:
parent
9845a3d206
commit
f37442670f
@ -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