Commit fe7b8b80 authored by Joshua Litt's avatar Joshua Litt Committed by Commit Bot

[regexp] Stage regexp match indices.

Bug: v8:9548
Change-Id: I75fdb71154a728f34c5a5b02ae9d75f607b20c69
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1849838Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
Commit-Queue: Joshua Litt <joshualitt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64204}
parent 9c17b662
......@@ -207,7 +207,6 @@ DEFINE_IMPLICATION(harmony_import_meta, harmony_dynamic_import)
V(harmony_private_methods, "harmony private methods in class literals") \
V(harmony_regexp_sequence, "RegExp Unicode sequence properties") \
V(harmony_weak_refs, "harmony weak references") \
V(harmony_regexp_match_indices, "harmony regexp match indices") \
V(harmony_nullish, "harmony nullish operator") \
V(harmony_top_level_await, "harmony top level await")
......@@ -219,7 +218,8 @@ DEFINE_IMPLICATION(harmony_import_meta, harmony_dynamic_import)
// Features that are complete (but still behind --harmony/es-staging flag).
#define HARMONY_STAGED_BASE(V) \
V(harmony_optional_chaining, "harmony optional chaining syntax")
V(harmony_optional_chaining, "harmony optional chaining syntax") \
V(harmony_regexp_match_indices, "harmony regexp match indices")
#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