blob: 8ff3c2b8bcccf6e635fc50f713354cd25bc53c2c [file] [log] [blame]
This tests that Symbol.prototype object is ordinary object (not Symbol wrapper object).
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Symbol.prototype.toString.call(Symbol.prototype) threw exception TypeError: Type error.
PASS Symbol.prototype.toString.call(Symbol.iterator) is "Symbol(Symbol.iterator)"
PASS successfullyParsed is true
TEST COMPLETE