summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-07-08 22:11:51 +0100
committerLinus Groh <mail@linusgroh.de>2021-07-08 23:08:27 +0100
commitb5d0cdc97e8980129179fd7d932713ec6aca9dda (patch)
treed393ca36aefd60ee7365e157e27da2bff091aaae /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parentb157ab3f123bab19a7634d5c15fb579655a6f77c (diff)
downloadserenity-b5d0cdc97e8980129179fd7d932713ec6aca9dda.zip
LibJS: Implement Temporal.Instant.prototype.epochMicroseconds
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 44c661e05e..00f228bfef 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -113,6 +113,7 @@ namespace JS {
P(endsWith) \
P(entries) \
P(enumerable) \
+ P(epochMicroseconds) \
P(epochMilliseconds) \
P(epochSeconds) \
P(error) \