aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/v8-counters.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/v8-counters.h')
-rw-r--r--deps/v8/src/v8-counters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/v8-counters.h b/deps/v8/src/v8-counters.h
index 0b941f672b..e360b55768 100644
--- a/deps/v8/src/v8-counters.h
+++ b/deps/v8/src/v8-counters.h
@@ -142,6 +142,8 @@ namespace internal {
SC(constructed_objects, V8.ConstructedObjects) \
SC(constructed_objects_runtime, V8.ConstructedObjectsRuntime) \
SC(constructed_objects_stub, V8.ConstructedObjectsStub) \
+ SC(array_function_runtime, V8.ArrayFunctionRuntime) \
+ SC(array_function_native, V8.ArrayFunctionNative) \
SC(for_in, V8.ForIn) \
SC(enum_cache_hits, V8.EnumCacheHits) \
SC(enum_cache_misses, V8.EnumCacheMisses) \