summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1161968.js
blob: dc78749cd5608fc320bcb5e36701dd45f0606bf2 (plain)
1
2
3
4
5
6
7
8
9
10
// This test case is a simplified version of debug/Source-invisible.js.

gczeal(2,21);

var gi = newGlobal();

var gv = newGlobal();
gi.evaluate('function f() {}', {global: gv});

var dbg = new Debugger;