forcetobigint/forcetonumber coercion

Robin Templeton 2018-01-22 21:38:25 -05:00
parent 97bed81dce
commit 2fa0b00be6

@ -50,4 +50,9 @@
- Recent spec changes
- [x] JSON [[merged](https://github.com/tc39/test262/commit/184a37f011e452da8b9e901a99ad958bdfc3daf9)]
- [x] boolean equality [[merged](https://github.com/tc39/test262/commit/772fb79fd765673e06c37bd9b710d2337d6b08bf)]
- [ ] atomic operations (@cxielarko)
- [ ] atomic operations (@cxielarko) [[PR](https://github.com/tc39/test262/pull/1397)]
- [ ] ForceToBigInt/ForceToNumber coercion for TypedArrays
- [ ] ForceToBigInt/ForceToNumber coercion for atomic operations
- [ ] TypedArray sort method
- [ ] TypedArray fill method
- [ ] TypedArray set method