unary minus PR

Josh Wolfe 2017-10-06 03:54:04 -07:00
parent cd413abb5b
commit 0d15391163

@ -15,7 +15,7 @@
- [x] increment/decrement [[merged](https://github.com/tc39/test262/commit/a88b08f3fe76d1b647e38b2d4d4624c02d1d0a0d)]
- [ ] typeof
- [x] prefix +
- [ ] negation (@thejoshwolfe)
- [ ] negation [[PR](https://github.com/tc39/test262/pull/1264)]
- [ ] bitwise operators `&`, `|`, `^`, `~` (@thejoshwolfe)
- [ ] shifts `<<`, `>>`, `>>>` (@thejoshwolfe)
- arithmetic operators