summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug585341.js
blob: 7c192029b8bf538f9829055be4e25617e9efc05b (plain)
1
2
3
4
5
6
this.__defineGetter__("x", () => new Float64Array())
Function("\
  with(this) {\
    eval(\"x\")\
  }\
")()