diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-07-11 11:45:21 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-14 20:44:42 +0100 |
commit | 940875c9fd704ce9d7e74d3499bbdd220841d0c5 (patch) | |
tree | 4509e3f8d019672397cf43d4da55710a8f0c516b /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | cc3b96743a295f029ba5938157bbc7529648c95f (diff) | |
download | serenity-940875c9fd704ce9d7e74d3499bbdd220841d0c5.zip |
LibJS: Implement Atomics.load
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h index 530cca681e..ec05f5167c 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -224,6 +224,7 @@ namespace JS { P(lastIndexOf) \ P(length) \ P(link) \ + P(load) \ P(log) \ P(log1p) \ P(log2) \ |