From 2fa0b00be6db0ed066899b23ff6ce50a1a913ff5 Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Mon, 22 Jan 2018 21:38:25 -0500 Subject: [PATCH] forcetobigint/forcetonumber coercion --- BigInt-test-plan.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 54ffe09..8b88b2d 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -50,4 +50,9 @@ - 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 (@cxielarko) + - [ ] atomic operations (@cxielarko) [[PR](https://github.com/tc39/test262/pull/1397)] + - [ ] ForceToBigInt/ForceToNumber coercion for TypedArrays + - [ ] ForceToBigInt/ForceToNumber coercion for atomic operations + - [ ] TypedArray sort method + - [ ] TypedArray fill method + - [ ] TypedArray set method