diff options
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h index 3475e85da4..47a2130986 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -290,6 +290,7 @@ namespace JS { P(of) \ P(offset) \ P(offsetNanoseconds) \ + P(overflow) \ P(ownKeys) \ P(padEnd) \ P(padStart) \ @@ -320,6 +321,8 @@ namespace JS { P(revocable) \ P(revoke) \ P(round) \ + P(roundingIncrement) \ + P(roundingMode) \ P(seal) \ P(second) \ P(seconds) \ @@ -358,6 +361,7 @@ namespace JS { P(size) \ P(slice) \ P(small) \ + P(smallestUnit) \ P(some) \ P(sort) \ P(source) \ |