LibJS: Implement Atomics.load

This commit is contained in:
Timothy Flynn 2021-07-11 11:45:21 -04:00 committed by Linus Groh
commit 940875c9fd
Notes: sideshowbarker 2024-07-18 09:02:25 +09:00
4 changed files with 80 additions and 0 deletions

View file

@ -224,6 +224,7 @@ namespace JS {
P(lastIndexOf) \
P(length) \
P(link) \
P(load) \
P(log) \
P(log1p) \
P(log2) \