summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug663690.js
blob: 1738d01968cbba2638effd6e0d36395c5db2ada4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function g(c) {
  b = b = h(c);
}
function j(s) {
  return Function(s)
}
function h(c) {
  return j(c)()
}
g()
var a
Boolean.__proto__[a] = []
g("return gc()")