test262/test/built-ins/JSON/stringify
Andy Wingo 298ad6907b Add new test for receiver of toJSON on bigint values (#2079)
Spec link:

  https://tc39.github.io/proposal-bigint/#sec-serializejsonproperty

Thanks to André Bargull for the test:

  https://bugzilla.mozilla.org/show_bug.cgi?id=1528784
2019-02-19 13:23:41 -05:00
..
15.12.3-0-1.js Remove redundant JSON test 2018-10-03 11:06:32 -04:00
15.12.3-0-2.js Fix grammar in JSON.stringify tests 2018-10-03 11:06:32 -04:00
15.12.3-4-1.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-5-a-i-1.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-5-b-i-1.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-6-a-1.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-6-a-2.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-6-b-1.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-6-b-2.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-6-b-3.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-6-b-4.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-7-a-1.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-8-a-1.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-8-a-2.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-8-a-3.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-8-a-4.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-8-a-5.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-11-1.js
15.12.3-11-2.js Improve test description grammar 2018-10-03 11:06:32 -04:00
15.12.3-11-3.js
15.12.3-11-4.js
15.12.3-11-5.js
15.12.3-11-6.js
15.12.3-11-7.js
15.12.3-11-8.js
15.12.3-11-9.js
15.12.3-11-10.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-11-11.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-11-12.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-11-13.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3-11-14.js
15.12.3-11-15.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3_2-2-b-i-1.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3_2-2-b-i-2.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3_2-2-b-i-3.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3_2-3-a-1.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3_2-3-a-2.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3_2-3-a-3.js built-ins/JSON/*: make all indentation consistent (depth & character) (#1440) 2018-02-15 15:25:45 -05:00
15.12.3_4-1-1.js Fix grammar in JSON.stringify tests 2018-10-03 11:06:32 -04:00
15.12.3_4-1-2.js Fix grammar in JSON.stringify tests 2018-10-03 11:06:32 -04:00
bigint-cross-realm.js Check that JSON.stringify works with BigInt objects from other realms 2018-05-28 19:58:02 -04:00
bigint-order.js
bigint-replacer.js
bigint-tojson-receiver.js Add new test for receiver of toJSON on bigint values (#2079) 2019-02-19 13:23:41 -05:00
bigint-tojson.js
bigint.js
name.js
replacer-proxy-revoked.js
replacer-proxy.js
string-escape-ascii.js Simplify and improve control character escaping tests 2018-10-03 11:06:32 -04:00
string-escape-unicode.js Add feature for well-formed-stringify tests 2018-10-03 11:06:32 -04:00
value-proxy-revoked.js
value-proxy.js