Commit 20fd7081 authored by littledan's avatar littledan Committed by Commit bot

Ship removing extra intl functions

BUG=v8:3785

CQ_INCLUDE_TRYBOTS=tryserver.v8:v8_linux_noi18n_rel_ng

Review-Url: https://codereview.chromium.org/1985133002
Cr-Commit-Position: refs/heads/master@{#36299}
parent a4e0ee12
......@@ -189,8 +189,8 @@ DEFINE_BOOL(promise_extra, false, "additional V8 Promise functions")
DEFINE_NEG_VALUE_IMPLICATION(harmony_shipping, promise_extra, true)
DEFINE_BOOL(intl_extra, true, "additional V8 Intl functions")
// Removing extra Intl functions is staged
DEFINE_NEG_IMPLICATION(harmony, intl_extra)
// Removing extra Intl functions is shipped
DEFINE_NEG_VALUE_IMPLICATION(harmony_shipping, intl_extra, true)
// Activate on ClusterFuzz.
DEFINE_IMPLICATION(es_staging, harmony_regexp_lookbehind)
......
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