From ae29ef47b7cbdf893638e107e82fdb3b859e1fe3 Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Mon, 16 Oct 2017 13:53:27 -0400 Subject: [PATCH] DataViews update --- 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 4621fba..6a28fc5 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -44,8 +44,8 @@ - [ ] BigUint64Array - DataViews - [ ] DataView.prototype.getBigInt64 [[PR](https://github.com/tc39/test262/pull/1284)] - - [ ] DataView.prototype.getBigUint64 - - [ ] DataView.prototype.setBigInt64 - - [ ] DataView.prototype.setBigUint64 + - [ ] DataView.prototype.getBigUint64 (@cxielarko) + - [ ] DataView.prototype.setBigInt64 [[branch](https://github.com/cxielarko/test262/tree/setbigint64) not yet submitted as PR] + - [ ] DataView.prototype.setBigUint64 (@cxielarko) - [x] feature declaration (@thejoshwolfe) - [ ] Recent spec changes (@cxielarko) [[PR](https://github.com/tc39/test262/pull/1281), [merged](https://github.com/tc39/test262/commit/184a37f011e452da8b9e901a99ad958bdfc3daf9)]