mirror of
https://github.com/tc39/test262.git
synced 2025-06-03 21:50:33 +02: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.