diff options
Diffstat (limited to 'js/src/vm/CommonPropertyNames.h')
-rw-r--r-- | js/src/vm/CommonPropertyNames.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/src/vm/CommonPropertyNames.h b/js/src/vm/CommonPropertyNames.h index e1e9f56c31..d5e7a2d058 100644 --- a/js/src/vm/CommonPropertyNames.h +++ b/js/src/vm/CommonPropertyNames.h @@ -51,6 +51,7 @@ macro(byteOffset, byteOffset, "byteOffset") \ macro(bytes, bytes, "bytes") \ macro(BYTES_PER_ELEMENT, BYTES_PER_ELEMENT, "BYTES_PER_ELEMENT") \ + macro(calendar, calendar, "calendar") \ macro(call, call, "call") \ macro(callContentFunction, callContentFunction, "callContentFunction") \ macro(callee, callee, "callee") \ @@ -61,6 +62,7 @@ macro(catch, catch_, "catch") \ macro(class, class_, "class") \ macro(close, close, "close") \ + macro(collation, collation, "collation") \ macro(Collator, Collator, "Collator") \ macro(CollatorCompareGet, CollatorCompareGet, "Intl_Collator_compare_get") \ macro(collections, collections, "collections") \ @@ -135,6 +137,8 @@ macro(finally, finally_, "finally") \ macro(find, find, "find") \ macro(findIndex, findIndex, "findIndex") \ + macro(findLast, findLast, "findLast") \ + macro(findLastIndex, findLastIndex, "findLastIndex") \ macro(firstDayOfWeek, firstDayOfWeek, "firstDayOfWeek") \ macro(fix, fix, "fix") \ macro(flags, flags, "flags") \ @@ -175,6 +179,7 @@ macro(hasOwn, hasOwn, "hasOwn") \ macro(hasOwnProperty, hasOwnProperty, "hasOwnProperty") \ macro(hour, hour, "hour") \ + macro(hourCycle, hourCycle, "hourCycle") \ macro(if, if_, "if") \ macro(ignoreCase, ignoreCase, "ignoreCase") \ macro(ignorePunctuation, ignorePunctuation, "ignorePunctuation") \ @@ -188,6 +193,7 @@ macro(Infinity, Infinity, "Infinity") \ macro(InitializeCollator, InitializeCollator, "InitializeCollator") \ macro(InitializeDateTimeFormat, InitializeDateTimeFormat, "InitializeDateTimeFormat") \ + macro(InitializeLocale, InitializeLocale, "InitializeLocale") \ macro(InitializeNumberFormat, InitializeNumberFormat, "InitializeNumberFormat") \ macro(InitializePluralRules, InitializePluralRules, "InitializePluralRules") \ macro(InitializeRelativeTimeFormat, InitializeRelativeTimeFormat, "InitializeRelativeTimeFormat") \ @@ -216,6 +222,7 @@ macro(js, js, "js") \ macro(keys, keys, "keys") \ macro(label, label, "label") \ + macro(language, language, "language") \ macro(lastIndex, lastIndex, "lastIndex") \ macro(LegacyGeneratorCloseInternal, LegacyGeneratorCloseInternal, "LegacyGeneratorCloseInternal") \ macro(length, length, "length") \ @@ -224,6 +231,7 @@ macro(lineNumber, lineNumber, "lineNumber") \ macro(literal, literal, "literal") \ macro(loc, loc, "loc") \ + macro(Locale, Locale, "Locale") \ macro(locale, locale, "locale") \ macro(lookupGetter, lookupGetter, "__lookupGetter__") \ macro(lookupSetter, lookupSetter, "__lookupSetter__") \ @@ -261,6 +269,7 @@ macro(noStack, noStack, "noStack") \ macro(notes, notes, "notes") \ macro(NumberFormat, NumberFormat, "NumberFormat") \ + macro(numberingSystem, numberingSystem, "numberingSystem") \ macro(NumberFormatFormatGet, NumberFormatFormatGet, "Intl_NumberFormat_format_get") \ macro(numeric, numeric, "numeric") \ macro(objectArguments, objectArguments, "[object Arguments]") \ @@ -304,6 +313,7 @@ macro(reason, reason, "reason") \ macro(RegExpFlagsGetter, RegExpFlagsGetter, "RegExpFlagsGetter") \ macro(RegExpStringIterator, RegExpStringIterator, "RegExp String Iterator") \ + macro(region, region, "region") \ macro(Reify, Reify, "Reify") \ macro(reject, reject, "reject") \ macro(rejected, rejected, "rejected") \ |