Source code

Revision control

Copy as Markdown

Other Tools

foo = 1;
Object.defineProperty(this, "foo", {writable:false, configurable:true});
foo = 2;
assertEq(foo, 1);
if (typeof reportCompare === "function")
reportCompare(true, true);