mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Bug 1222917 part 2 - Add test. r=me
This commit is contained in:
parent
f18bfe253a
commit
f7a1f35f38
6
js/src/jit-test/tests/ion/bug1222917.js
Normal file
6
js/src/jit-test/tests/ion/bug1222917.js
Normal file
@ -0,0 +1,6 @@
|
||||
function f() {
|
||||
var x = [];
|
||||
for (var i=0; i<10; i++)
|
||||
x.length = x;
|
||||
}
|
||||
f();
|
Loading…
x
Reference in New Issue
Block a user