diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 8b88b2d..6d11c46 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -43,8 +43,8 @@ - [x] TypedArrays [[merged](https://github.com/tc39/test262/commit/e38587ec2c5f73e06cadedcb7a4446f5695c5315), [branch](https://github.com/cxielarko/test262/commits/bigint-ta-3) with additional coverage] - DataViews - [x] DataView.prototype.getBigInt64 [[merged](https://github.com/tc39/test262/commit/70daabaf1ac286ca6db05e4583d311d5d64c1bf9)] - - [ ] DataView.prototype.getBigUint64 (@cxielarko) [[PR](https://github.com/tc39/test262/pull/1317)] - - [ ] DataView.prototype.setBigInt64 [[PR](https://github.com/tc39/test262/pull/1316)] + - [ ] DataView.prototype.getBigUint64 (@cxielarko) [[merged](https://github.com/tc39/test262/pull/1317)] + - [ ] DataView.prototype.setBigInt64 [[merged](https://github.com/tc39/test262/pull/1316)] - [ ] DataView.prototype.setBigUint64 (@cxielarko) - [x] feature declaration (@thejoshwolfe) - Recent spec changes