michael@0: // |reftest| fails-if(!xulRuntime.shell) michael@0: // Any copyright is dedicated to the Public Domain. michael@0: // http://creativecommons.org/licenses/publicdomain/ michael@0: // Contributors: Jason Orendorff michael@0: michael@0: var s = evalcx(""); michael@0: delete s.Object; michael@0: evalcx("var x;", s); michael@0: michael@0: this.reportCompare(0, 0, "ok");