Source code
Revision control
Copy as Markdown
Other Tools
// |reftest| fails-if(!xulRuntime.shell)
// Any copyright is dedicated to the Public Domain.
// Contributors: Jason Orendorff <jorendorff@mozilla.com>
var s = evalcx("");
delete s.Object;
evalcx("var x;", s);
this.reportCompare(0, 0, "ok");