From d123158323eff9ee0e8ef702e915ebfca502a2dd Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Thu, 19 Oct 2017 08:16:38 -0700 Subject: [PATCH] assign remaining items --- BigInt-test-plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 64e157f..69e5fd3 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -41,8 +41,8 @@ - [x] JSON.stringify - [x] Number constructor [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed)] - TypedArrays - - [ ] BigInt64Array - - [ ] BigUint64Array + - [ ] BigInt64Array (@cxielarko) + - [ ] BigUint64Array (@cxielarko) - DataViews - [ ] DataView.prototype.getBigInt64 [[PR](https://github.com/tc39/test262/pull/1284)] - [ ] DataView.prototype.getBigUint64 (@cxielarko) @@ -52,4 +52,4 @@ - 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 + - [ ] atomic operations (@thejoshwolfe)