LibJS: Implement Atomics.compareExchange

This commit is contained in:
Timothy Flynn 2021-07-12 08:59:34 -04:00 committed by Linus Groh
commit 33eb830929
Notes: sideshowbarker 2024-07-18 09:01:09 +09:00
4 changed files with 144 additions and 0 deletions

View file

@ -88,6 +88,7 @@ namespace JS {
P(clear) \
P(clz32) \
P(codePointAt) \
P(compareExchange) \
P(concat) \
P(configurable) \
P(console) \