mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibJS: Implement Atomics.compareExchange
This commit is contained in:
parent
655ffce64d
commit
33eb830929
Notes:
sideshowbarker
2024-07-18 09:01:09 +09:00
Author: https://github.com/trflynn89
Commit: 33eb830929
Pull-request: https://github.com/SerenityOS/serenity/pull/8752
Reviewed-by: https://github.com/linusg ✅
4 changed files with 144 additions and 0 deletions
|
@ -88,6 +88,7 @@ namespace JS {
|
|||
P(clear) \
|
||||
P(clz32) \
|
||||
P(codePointAt) \
|
||||
P(compareExchange) \
|
||||
P(concat) \
|
||||
P(configurable) \
|
||||
P(console) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue