Commit 9de3fe2e authored by Sathya Gunasekaran's avatar Sathya Gunasekaran Committed by Commit Bot

[ESnext] Ship Promise.prototype.finally

Bug: v8:5967
Change-Id: I7fe03ea6270434e2c798ee8faec8d7170607ceea
Reviewed-on: https://chromium-review.googlesource.com/670419Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48058}
parent 70efab1b
......@@ -205,8 +205,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
"harmony disallow non undefined primitive return value from class " \
"constructor") \
V(harmony_dynamic_import, "harmony dynamic import") \
V(harmony_async_iteration, "harmony async iteration") \
V(harmony_promise_finally, "harmony Promise.prototype.finally")
V(harmony_async_iteration, "harmony async iteration")
#ifdef V8_INTL_SUPPORT
#define HARMONY_STAGED(V) \
......@@ -229,7 +228,8 @@ DEFINE_IMPLICATION(es_staging, harmony)
V(harmony_regexp_dotall, "harmony regexp dotAll flag") \
V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
V(harmony_template_escapes, \
"harmony invalid escapes in tagged template literals")
"harmony invalid escapes in tagged template literals") \
V(harmony_promise_finally, "harmony Promise.prototype.finally")
// Once a shipping feature has proved stable in the wild, it will be dropped
// from HARMONY_SHIPPING, all occurrences of the FLAG_ variable are removed,
......
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