summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1161968.js
blob: 1cee3eca76a6ad1a9d33ce956a4232898df94680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// |jit-test| skip-if: !('gczeal' in this)

// This test case is a simplified version of debug/Source-invisible.js.

gczeal(2,21);

var gi = newGlobal();

var gv = newGlobal();
gi.cloneAndExecuteScript('function f() {}', gv);

var dbg = new Debugger;