mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
LibJS: Implement Atomics.exchange
This commit is contained in:
parent
7236584132
commit
655ffce64d
4 changed files with 95 additions and 0 deletions
|
@ -125,6 +125,7 @@ namespace JS {
|
|||
P(escape) \
|
||||
P(eval) \
|
||||
P(every) \
|
||||
P(exchange) \
|
||||
P(exec) \
|
||||
P(exp) \
|
||||
P(expm1) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue