diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 6f9be83..4621fba 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -33,7 +33,7 @@ - [x] asIntN [[merged](https://github.com/tc39/test262/commit/443b15e43e8c497b2edcf8c064b11fd7c1ad67fc)] - prototype - [x] attributes - - [ ] constructor + - [ ] constructor [[PR](https://github.com/tc39/test262/pull/1279)] - [ ] toLocaleString (@thejoshwolfe) - [ ] toString (@cxielarko) - [ ] valueOf (@thejoshwolfe) @@ -43,9 +43,9 @@ - [ ] BigInt64Array - [ ] BigUint64Array - DataViews - - [ ] DataView.prototype.getBigInt64 + - [ ] DataView.prototype.getBigInt64 [[PR](https://github.com/tc39/test262/pull/1284)] - [ ] DataView.prototype.getBigUint64 - [ ] DataView.prototype.setBigInt64 - [ ] DataView.prototype.setBigUint64 - [x] feature declaration (@thejoshwolfe) -- [ ] Recent spec changes (@cxielarko) +- [ ] Recent spec changes (@cxielarko) [[PR](https://github.com/tc39/test262/pull/1281), [merged](https://github.com/tc39/test262/commit/184a37f011e452da8b9e901a99ad958bdfc3daf9)]