summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
index b731a74393..1026bdc70c 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -224,6 +224,13 @@ namespace JS {
P(setPrototypeOf) \
P(setSeconds) \
P(setTime) \
+ P(setUTCDate) \
+ P(setUTCFullYear) \
+ P(setUTCHours) \
+ P(setUTCMilliseconds) \
+ P(setUTCMinutes) \
+ P(setUTCMonth) \
+ P(setUTCSeconds) \
P(setYear) \
P(shift) \
P(sign) \