mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibJS: Add missing CommonPropertyNames
s and StringMayBeNumber::No
s
This commit is contained in:
parent
cfb00ba494
commit
58631e9eef
Notes:
github-actions[bot]
2024-12-01 09:43:42 +00:00
Author: https://github.com/yyny
Commit: 58631e9eef
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2670
9 changed files with 27 additions and 19 deletions
|
@ -13,6 +13,7 @@
|
|||
namespace JS {
|
||||
|
||||
#define ENUMERATE_STANDARD_PROPERTY_NAMES(P) \
|
||||
P(_) \
|
||||
P(__defineGetter__) \
|
||||
P(__defineSetter__) \
|
||||
P(__lookupGetter__) \
|
||||
|
@ -94,6 +95,7 @@ namespace JS {
|
|||
P(copyWithin) \
|
||||
P(cos) \
|
||||
P(cosh) \
|
||||
P(columns) \
|
||||
P(count) \
|
||||
P(countReset) \
|
||||
P(create) \
|
||||
|
@ -123,6 +125,7 @@ namespace JS {
|
|||
P(difference) \
|
||||
P(dir) \
|
||||
P(direction) \
|
||||
P(disabledFeatures) \
|
||||
P(disambiguation) \
|
||||
P(disposed) \
|
||||
P(done) \
|
||||
|
@ -170,6 +173,7 @@ namespace JS {
|
|||
P(fontcolor) \
|
||||
P(fontsize) \
|
||||
P(forEach) \
|
||||
P(formAssociated) \
|
||||
P(format) \
|
||||
P(formatMatcher) \
|
||||
P(formatRange) \
|
||||
|
@ -366,10 +370,12 @@ namespace JS {
|
|||
P(Number) \
|
||||
P(numberingSystem) \
|
||||
P(numeric) \
|
||||
P(observedAttributes) \
|
||||
P(of) \
|
||||
P(offset) \
|
||||
P(offsetNanoseconds) \
|
||||
P(omitPadding) \
|
||||
P(opener) \
|
||||
P(overflow) \
|
||||
P(ownKeys) \
|
||||
P(padEnd) \
|
||||
|
@ -419,6 +425,7 @@ namespace JS {
|
|||
P(roundingIncrement) \
|
||||
P(roundingMode) \
|
||||
P(roundingPriority) \
|
||||
P(rows) \
|
||||
P(script) \
|
||||
P(seal) \
|
||||
P(second) \
|
||||
|
@ -569,6 +576,7 @@ namespace JS {
|
|||
P(use) \
|
||||
P(useGrouping) \
|
||||
P(UTC) \
|
||||
P(Value) \
|
||||
P(value) \
|
||||
P(valueOf) \
|
||||
P(values) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue