diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-09 12:00:31 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-09 13:20:51 +0100 |
commit | 66ff7722543b14b7bfdafb08646ad53b499cb191 (patch) | |
tree | 56b78ef2c66c134b81955d2c3d4f66d98987e4cb /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 2401e45720e8d7ed01aa715a06dfb81904c3a2fc (diff) | |
download | serenity-66ff7722543b14b7bfdafb08646ad53b499cb191.zip |
LibJS: Implement Temporal.Instant.fromEpochMilliseconds()
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 79201db3cc..c9084725b3 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -143,6 +143,7 @@ namespace JS { P(fromCharCode) \ P(fromCodePoint) \ P(fromEntries) \ + P(fromEpochMilliseconds) \ P(fromEpochSeconds) \ P(fround) \ P(gc) \ |