summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/regress/regress-585257.js
blob: 160c3108335ec16247f613841c7847ddb0761193 (plain)
1
2
3
4
5
6
7
// |reftest| skip-if(!xulRuntime.shell) -- requires evalcx
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// Contributor: Gary Kwong <gary@rumblingedge.com>

Object.create(evalcx('')).__defineSetter__('toString', function(){});
reportCompare(0, 0, "ok");