summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug641269.js
blob: 7eca2e2d8c17b3f65d5072f6160b835e14db1e7e (plain)
1
2
3
4
5
6
7
8
// |jit-test| error: ReferenceError

var g = newGlobal();
var dbg = new g.Debugger(this);

(function() {
  const x = [][x]
})()