From f0b69c99466995a58020ae52ebbdae6327bece13 Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Tue, 17 Oct 2017 11:14:41 -0400 Subject: [PATCH] typeof merged --- BigInt-test-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index cbb8966..f716372 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -13,7 +13,7 @@ - [x] equality `==`, `!=`, `===`, `!==` [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-88ba6fd964dfeb5be4c31b8886be7e98), [deleted](https://github.com/tc39/test262/commit/7765873c3efe2deeabf26070bc2fd14d83b67abf#diff-88ba6fd964dfeb5be4c31b8886be7e98), [merged](https://github.com/tc39/test262/commit/64432890892eb9c4a3f8239cf81d71e67d28853a)] - Expressions - [x] increment/decrement [[merged](https://github.com/tc39/test262/commit/a88b08f3fe76d1b647e38b2d4d4624c02d1d0a0d)] - - [ ] typeof [[PR](https://github.com/tc39/test262/pull/1280)] + - [x] typeof [[merged](https://github.com/tc39/test262/commit/3c5c0eddc40118ff8090bafd2f3c4b9eba417b0b)] - [x] prefix + - [x] negation [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)] - [ ] bitwise operators `&`, `|`, `^`, `~` (@thejoshwolfe)