blob: 7d076af239d897c8b02ea9fbf504e36af0b59bc9 [file] [log] [blame]
// |reftest| skip
// 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");