Commit f1d970a4 authored by dslomov's avatar dslomov Committed by Commit bot

Add a counter for legacy const.

Only adds a counter id, does not count anything.

R=jochen@chromium.org
BUG=v8:3942
LOG=N

Review URL: https://codereview.chromium.org/1020883002

Cr-Commit-Position: refs/heads/master@{#27313}
parent 7ccdbcf4
......@@ -5070,6 +5070,7 @@ class V8_EXPORT Isolate {
enum UseCounterFeature {
kUseAsm = 0,
kBreakIterator = 1,
kLegacyConst = 2,
kUseCounterFeatureCount // This enum value must be last.
};
......
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