blob: 37d7c2a74bf70df117e7d107591a6aa4cdff6bd4 [file] [log] [blame]
This is a test case for bugs 55346, 70889, and 75452.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS ({}).toString.call(Error.prototype) is "[object Object]"
PASS ({}).toString.call(RangeError.prototype) is "[object Object]"
PASS err.toString() is "message"
PASS err.hasOwnProperty('message') is false
PASS err.hasOwnProperty('message') is false
PASS successfullyParsed is true
TEST COMPLETE