typeof pr

Robin Templeton 2017-10-16 13:54:10 -04:00
parent ae29ef47b7
commit 9f45e08e1b

@ -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
- [ ] typeof [[PR](https://github.com/tc39/test262/pull/1280)]
- [x] prefix +
- [x] negation [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)]
- [ ] bitwise operators `&`, `|`, `^`, `~` (@thejoshwolfe)