reassign operator errors & atomics

Robin Templeton 2017-10-26 19:07:30 -04:00
parent 31db839144
commit 97bed81dce

@ -20,7 +20,7 @@
- [x] bitwise infix operators `&`, `|`, `^` [[merged](https://github.com/tc39/test262/pull/1300)]
- [x] shifts `<<`, `>>`, `>>>` [[merged](https://github.com/tc39/test262/pull/1314)]
- [x] unary minus [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)]
- [ ] arithmetic operator type errors [[PR](https://github.com/tc39/test262/pull/1282)]
- [ ] arithmetic operator type errors (@thejoshwolfe) [[PR](https://github.com/tc39/test262/pull/1282)]
- [x] arithmetic operators (`+`, `-`, `*`, `/`, `%`, `**`) [[merged](https://github.com/tc39/test262/commit/68e9124927c141ce971db7d17c2832df4c78b1cb)]
- [ ] [operand coercion](https://github.com/tc39/test262/pull/1281#pullrequestreview-69707588)
- BigInt object
@ -50,4 +50,4 @@
- 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 (@thejoshwolfe)
- [ ] atomic operations (@cxielarko)