Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index 4415250b24803719f8b324711ca6d4ec8cfc696b..67c0be215d5b3d1a7b19440ae72afc31d3b21191 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -728,11 +728,16 @@ class RuntimeCallTimer { |
V(Object_DeleteProperty) \ |
V(OptimizeCode) \ |
V(ParseArrowFunctionLiteral) \ |
+ V(ParseBackgroundArrowFunctionLiteral) \ |
+ V(ParseBackgroundFunctionLiteral) \ |
V(ParseEval) \ |
V(ParseFunction) \ |
V(ParseFunctionLiteral) \ |
V(ParseProgram) \ |
V(PreParseArrowFunctionLiteral) \ |
+ V(PreParseBackgroundArrowFunctionLiteral) \ |
+ V(PreParseBackgroundNoVariableResolution) \ |
+ V(PreParseBackgroundWithVariableResolution) \ |
V(PreParseNoVariableResolution) \ |
V(PreParseWithVariableResolution) \ |
V(PropertyCallback) \ |