comparison: js/src/jit-test/tests/ion/bug956156.js
js/src/jit-test/tests/ion/bug956156.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| error:TypeError |
|
2 function f() { |
|
3 ((function g(x) { |
|
4 g(x.slice) |
|
5 })([])) |
|
6 } |
|
7 new f |