mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 877589 - Add test case. DONTBUILD
This commit is contained in:
parent
25236f410f
commit
000c04f611
7
js/src/jit-test/tests/baseline/bug877589.js
Normal file
7
js/src/jit-test/tests/baseline/bug877589.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
function x() {
|
||||||
|
[1];
|
||||||
|
}
|
||||||
|
Array.prototype.__proto__ = {};
|
||||||
|
x();
|
||||||
|
Array.prototype.__proto__ = null;
|
||||||
|
x();
|
Loading…
Reference in New Issue
Block a user