Commit 3ddcc0bf authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

[Intl] Move Intl.Locale to stage

Bug: v8:7684
Change-Id: I27586a06816863c71fc69342e8b4721ac0c32a0a
Reviewed-on: https://chromium-review.googlesource.com/c/1476293
Commit-Queue: Frank Tang <ftang@chromium.org>
Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59712}
parent bd45b89e
...@@ -204,11 +204,10 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields) ...@@ -204,11 +204,10 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields)
V(harmony_weak_refs, "harmony weak references") \ V(harmony_weak_refs, "harmony weak references") \
#ifdef V8_INTL_SUPPORT #ifdef V8_INTL_SUPPORT
#define HARMONY_INPROGRESS(V) \ #define HARMONY_INPROGRESS(V) \
HARMONY_INPROGRESS_BASE(V) \ HARMONY_INPROGRESS_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_datetime_style, "dateStyle timeStyle for DateTimeFormat")
V(harmony_locale, "Intl.Locale")
#else #else
#define HARMONY_INPROGRESS(V) HARMONY_INPROGRESS_BASE(V) #define HARMONY_INPROGRESS(V) HARMONY_INPROGRESS_BASE(V)
#endif #endif
...@@ -220,8 +219,9 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields) ...@@ -220,8 +219,9 @@ DEFINE_IMPLICATION(harmony_private_methods, harmony_private_fields)
V(harmony_hashbang, "harmony hashbang syntax") V(harmony_hashbang, "harmony hashbang syntax")
#ifdef V8_INTL_SUPPORT #ifdef V8_INTL_SUPPORT
#define HARMONY_STAGED(V) \ #define HARMONY_STAGED(V) \
HARMONY_STAGED_BASE(V) \ HARMONY_STAGED_BASE(V) \
V(harmony_locale, "Intl.Locale") \
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)
......
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