assign remaining items

Josh Wolfe 2017-10-19 08:16:38 -07:00
parent 4df01d9c07
commit d123158323

@ -41,8 +41,8 @@
- [x] JSON.stringify - [x] JSON.stringify
- [x] Number constructor [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed)] - [x] Number constructor [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed)]
- TypedArrays - TypedArrays
- [ ] BigInt64Array - [ ] BigInt64Array (@cxielarko)
- [ ] BigUint64Array - [ ] BigUint64Array (@cxielarko)
- DataViews - DataViews
- [ ] DataView.prototype.getBigInt64 [[PR](https://github.com/tc39/test262/pull/1284)] - [ ] DataView.prototype.getBigInt64 [[PR](https://github.com/tc39/test262/pull/1284)]
- [ ] DataView.prototype.getBigUint64 (@cxielarko) - [ ] DataView.prototype.getBigUint64 (@cxielarko)
@ -52,4 +52,4 @@
- Recent spec changes - Recent spec changes
- [x] JSON [[merged](https://github.com/tc39/test262/commit/184a37f011e452da8b9e901a99ad958bdfc3daf9)] - [x] JSON [[merged](https://github.com/tc39/test262/commit/184a37f011e452da8b9e901a99ad958bdfc3daf9)]
- [x] boolean equality [[merged](https://github.com/tc39/test262/commit/772fb79fd765673e06c37bd9b710d2337d6b08bf)] - [x] boolean equality [[merged](https://github.com/tc39/test262/commit/772fb79fd765673e06c37bd9b710d2337d6b08bf)]
- [ ] atomic operations - [ ] atomic operations (@thejoshwolfe)