summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug588338.js
blob: 457be238a157db6893b4f33e550c722f4fcbafe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// |jit-test| error: is not a function
function f() {
    (e)
}
(x = new Proxy(Function, (function(x) {
  return {
    get: function(r, b) {
      return x[b]
    }
  }
})(/x/)))
for (z = 0; z < 100; x.unwatch(), z++)
for (e in [0]) {
  gczeal(2)
} ( [1,2,3])("")