1 This is a test case for bugs 55346, 70889, and 75452.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS ({}).toString.call(Error.prototype) is "[object Error]"
7 PASS ({}).toString.call(RangeError.prototype) is "[object Error]"
8 PASS err.toString() is "message"
9 PASS err.hasOwnProperty('message') is false
10 PASS err.hasOwnProperty('message') is false
11 PASS successfullyParsed is true