Commit 875046c7 authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

[Intl] Ship intl dateStyle timeStyle

Bug: v8:8702
Change-Id: I0d483be11fbb19b6555900f3f953eae531d3e8cb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1574618Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60926}
parent f90456ba
...@@ -235,7 +235,6 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields) ...@@ -235,7 +235,6 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields)
#define HARMONY_STAGED(V) \ #define HARMONY_STAGED(V) \
HARMONY_STAGED_BASE(V) \ HARMONY_STAGED_BASE(V) \
V(harmony_intl_bigint, "BigInt.prototype.toLocaleString") \ V(harmony_intl_bigint, "BigInt.prototype.toLocaleString") \
V(harmony_intl_datetime_style, "dateStyle timeStyle for DateTimeFormat") \
V(harmony_intl_segmenter, "Intl.Segmenter") V(harmony_intl_segmenter, "Intl.Segmenter")
#else #else
#define HARMONY_STAGED(V) HARMONY_STAGED_BASE(V) #define HARMONY_STAGED(V) HARMONY_STAGED_BASE(V)
...@@ -262,6 +261,7 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields) ...@@ -262,6 +261,7 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields)
#ifdef V8_INTL_SUPPORT #ifdef V8_INTL_SUPPORT
#define HARMONY_SHIPPING(V) \ #define HARMONY_SHIPPING(V) \
HARMONY_SHIPPING_BASE(V) \ HARMONY_SHIPPING_BASE(V) \
V(harmony_intl_datetime_style, "dateStyle timeStyle for DateTimeFormat") \
V(harmony_locale, "Intl.Locale") V(harmony_locale, "Intl.Locale")
#else #else
#define HARMONY_SHIPPING(V) HARMONY_SHIPPING_BASE(V) #define HARMONY_SHIPPING(V) HARMONY_SHIPPING_BASE(V)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment