blob: 7d076af239d897c8b02ea9fbf504e36af0b59bc9 (
plain)
1
2
3
4
5
6
7
|
// |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");
|