I will follow up on https://github.com/tc39/ecma262/pull/1908 - [x] Atomics.notify changed to always return 0 on non-shared - [x] Allow non-shared array buffer: - [x] Atomics.load - [x] Atomics.store - [x] Atomics.add - [x] Atomics.sub - [x] Atomics.and - [x] Atomics.or - [x] Atomics.xor - [x] Atomics.exchange - [x] Atomics.compareExchange
I will follow up on tc39/ecma262#1908