Commit 6a7b21c5 authored by Marja Hölttä's avatar Marja Hölttä Committed by Commit Bot

[Promise.any] Stage Promise.any

Bug: v8:9808
Change-Id: I24df18562c5b1277a8151d35eb07b836e70f1149
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2182457
Auto-Submit: Marja Hölttä <marja@chromium.org>
Commit-Queue: Shu-yu Guo <syg@chromium.org>
Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67569}
parent abad4846
......@@ -220,7 +220,6 @@ DEFINE_IMPLICATION(harmony_weak_refs_with_cleanup_some, harmony_weak_refs)
// Features that are still work in progress (behind individual flags).
#define HARMONY_INPROGRESS_BASE(V) \
V(harmony_promise_any, "harmony Promise.any") \
V(harmony_regexp_sequence, "RegExp Unicode sequence properties") \
V(harmony_weak_refs_with_cleanup_some, \
"harmony weak references with FinalizationRegistry.prototype.cleanupSome") \
......@@ -238,7 +237,8 @@ DEFINE_IMPLICATION(harmony_weak_refs_with_cleanup_some, harmony_weak_refs)
// Features that are complete (but still behind --harmony/es-staging flag).
#define HARMONY_STAGED_BASE(V) \
V(harmony_string_replaceall, "harmony String.prototype.replaceAll") \
V(harmony_logical_assignment, "harmony logical assignment")
V(harmony_logical_assignment, "harmony logical assignment") \
V(harmony_promise_any, "harmony Promise.any")
#ifdef V8_INTL_SUPPORT
#define HARMONY_STAGED(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