Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| --more-compartments
a = newGlobal()
b = a.Debugger(this)
function c() {
b.getNewestFrame().eval("")
}
c()
d = class {
#e
}