mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
LibJS: Implement Atomics.load
This commit is contained in:
parent
cc3b96743a
commit
940875c9fd
4 changed files with 80 additions and 0 deletions
|
@ -224,6 +224,7 @@ namespace JS {
|
|||
P(lastIndexOf) \
|
||||
P(length) \
|
||||
P(link) \
|
||||
P(load) \
|
||||
P(log) \
|
||||
P(log1p) \
|
||||
P(log2) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue