summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-07-11 11:45:21 -0400
committerLinus Groh <mail@linusgroh.de>2021-07-14 20:44:42 +0100
commit940875c9fd704ce9d7e74d3499bbdd220841d0c5 (patch)
tree4509e3f8d019672397cf43d4da55710a8f0c516b /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parentcc3b96743a295f029ba5938157bbc7529648c95f (diff)
downloadserenity-940875c9fd704ce9d7e74d3499bbdd220841d0c5.zip
LibJS: Implement Atomics.load
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h1
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) \