[Intl] Ship intl dateStyle timeStyle
Bug: v8:8702 Change-Id: I0d483be11fbb19b6555900f3f953eae531d3e8cb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1574618 Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#60926}
This commit is contained in:
parent
f90456ba3f
commit
875046c7a8
@ -235,7 +235,6 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields)
|
||||
#define HARMONY_STAGED(V) \
|
||||
HARMONY_STAGED_BASE(V) \
|
||||
V(harmony_intl_bigint, "BigInt.prototype.toLocaleString") \
|
||||
V(harmony_intl_datetime_style, "dateStyle timeStyle for DateTimeFormat") \
|
||||
V(harmony_intl_segmenter, "Intl.Segmenter")
|
||||
#else
|
||||
#define HARMONY_STAGED(V) HARMONY_STAGED_BASE(V)
|
||||
@ -260,8 +259,9 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields)
|
||||
V(harmony_numeric_separator, "harmony numeric separator between digits")
|
||||
|
||||
#ifdef V8_INTL_SUPPORT
|
||||
#define HARMONY_SHIPPING(V) \
|
||||
HARMONY_SHIPPING_BASE(V) \
|
||||
#define HARMONY_SHIPPING(V) \
|
||||
HARMONY_SHIPPING_BASE(V) \
|
||||
V(harmony_intl_datetime_style, "dateStyle timeStyle for DateTimeFormat") \
|
||||
V(harmony_locale, "Intl.Locale")
|
||||
#else
|
||||
#define HARMONY_SHIPPING(V) HARMONY_SHIPPING_BASE(V)
|
||||
|
Loading…
Reference in New Issue
Block a user