mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
The Resizable ArrayBuffer proposal allows implementations to reject any resize operation, so the tests must accommodate that possibility. Mitigate the complexity this entails by minimizing branches and by deferring assertions to locations with shallow call stacks.