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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/jit-test/tests/jaeger/recompile/bug663690.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +
     1.5 +function g(c) {
     1.6 +  b = b = h(c);
     1.7 +}
     1.8 +function j(s) {
     1.9 +  return Function(s)
    1.10 +}
    1.11 +function h(c) {
    1.12 +  return j(c)()
    1.13 +}
    1.14 +g()
    1.15 +var a
    1.16 +Boolean.__proto__[a] = []
    1.17 +g("return gc()")

mercurial