summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1161968.js
blob: 5f83aa510cabdb482f8d5428c5cdb089608c3e81 (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.evaluate('function f() {}', {global: gv});

var dbg = new Debugger;