js/src/jit-test/tests/basic/bug727223.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:5d48a239a946
1 try {
2 mjitChunkLimit(1)
3 function x() {}
4 } catch (e) {}
5 (function() {
6 for (let c in [0, 0, 0]) {
7 let c
8 for (y in decodeURI()) {
9 (function() {
10 c
11 }())
12 }
13 }
14 }())
15

mercurial