mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
Implements the https://github.com/tc39/proposal-atomics-microwait proposal which has recently hit Stage 3. This commit passes all relevant tests in `test262`. |
||
|---|---|---|
| .. | ||
| Atomics.@@toStringTag.js | ||
| Atomics.add.js | ||
| Atomics.and.js | ||
| Atomics.compareExchange.js | ||
| Atomics.exchange.js | ||
| Atomics.isLockFree.js | ||
| Atomics.load.js | ||
| Atomics.notify.js | ||
| Atomics.or.js | ||
| Atomics.pause.js | ||
| Atomics.store.js | ||
| Atomics.sub.js | ||
| Atomics.wait.js | ||
| Atomics.waitAsync.js | ||
| Atomics.xor.js | ||