summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/debug/bug1108556.js
blob: 181dbc2f9968b6d5964256d1c79c62dcd61a46cb (plain)
1
2
3
4
5
6
7
8
9
10
// |jit-test| error: ReferenceError

var g = newGlobal({newCompartment: true});
g.parent = this;
g.eval("new Debugger(parent).onExceptionUnwind = function () { hits++; };");
evaluate('\
var fe="v";\
for (i=0; String.fromCharCode(0x004E); i++)\
  fe += fe;\
', { isRunOnce: true });