Source code

Revision control

Copy as Markdown

Other Tools

load(libdir + "asserts.js");
var g = newGlobal();
var a = g.RegExp("x");
Object.defineProperty(a, "ignoreCase", {value: undefined});
a.toString();