comparison: js/src/jit-test/tests/jaeger/recompile/bug663690.js
js/src/jit-test/tests/jaeger/recompile/bug663690.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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()") |