mirror of
https://github.com/tc39/test262.git
synced 2025-11-03 13:14:28 +01:00
* Add tests for abrupt completions during JSON.parse Due to the use of the IsArray abstract operation, observing many of the targeted semantics requires the use of a Proxy exotic object. Mark the tests that require this unrelated ES2015 feature using a dedicated "features" flag.