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

var g = newGlobal({newCompartment: true});
var dbg = new g.Debugger(this);

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