1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

LibJS: Implement Atomics.store

This commit is contained in:
Timothy Flynn 2021-07-11 14:37:54 -04:00 committed by Linus Groh
parent b6364ec899
commit 6211eb0f9a
4 changed files with 99 additions and 0 deletions

View file

@ -306,6 +306,7 @@ namespace JS {
P(sqrt) \
P(startsWith) \
P(sticky) \
P(store) \
P(strike) \
P(stringify) \
P(sub) \