Source code
Revision control
Copy as Markdown
Other Tools
// 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;