blob: 13441054723468f4fa0873b0494ff314f7397ca6 [file] [log] [blame]
This test case checks different JSON literal constructions and ensures they handle __proto__ as expected.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS ({__proto__:[]}) instanceof Array is true
PASS evalResult instanceof Array is true
PASS jsonParseResult instanceof Array is false
PASS successfullyParsed is true
TEST COMPLETE