Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| skip-if: !("dis" in this)
const g = newGlobal({sameCompartmentAs: this});
g.eval(`function f() { y(); }`);
dis(g.f);
// |jit-test| skip-if: !("dis" in this)
const g = newGlobal({sameCompartmentAs: this});
g.eval(`function f() { y(); }`);
dis(g.f);