Commit 4de946d9 authored by Sathya Gunasekaran's avatar Sathya Gunasekaran Committed by Commit Bot

[ESnext] Stage Promise.prototype.finally

Bug: v8:5967
Change-Id: I10388495158fe72ff06cc0f9f9a7b9522705f6e6
Reviewed-on: https://chromium-review.googlesource.com/658301Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47932}
parent 1cd0f7e1
......@@ -193,8 +193,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
V(harmony_array_prototype_values, "harmony Array.prototype.values") \
V(harmony_function_sent, "harmony function.sent") \
V(harmony_do_expressions, "harmony do-expressions") \
V(harmony_class_fields, "harmony public fields in class literals") \
V(harmony_promise_finally, "harmony Promise.prototype.finally")
V(harmony_class_fields, "harmony public fields in class literals")
#ifdef V8_INTL_SUPPORT
#define HARMONY_INPROGRESS(V) \
......@@ -216,6 +215,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
"constructor") \
V(harmony_dynamic_import, "harmony dynamic import") \
V(harmony_async_iteration, "harmony async iteration") \
V(harmony_promise_finally, "harmony Promise.prototype.finally")
// Features that are shipping (turned on by default, but internal flag remains).
#define HARMONY_SHIPPING(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