summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/regress/regress-595230-2.js
blob: 02499df769a62e1237aeb9dfdf1d2eedd00dd50e (plain)
1
2
3
4
5
6
7
8
9
10
// |reftest| fails-if(!xulRuntime.shell)
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// Contributors: Jason Orendorff <jorendorff@mozilla.com>

var s = evalcx("");
delete s.Object;
evalcx("var x;", s);

this.reportCompare(0, 0, "ok");