js/src/jit-test/tests/jaeger/recompile/bug663690.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:9b216089dd99
1
2 function g(c) {
3 b = b = h(c);
4 }
5 function j(s) {
6 return Function(s)
7 }
8 function h(c) {
9 return j(c)()
10 }
11 g()
12 var a
13 Boolean.__proto__[a] = []
14 g("return gc()")

mercurial