| Index: src/v8-counters.h
|
| ===================================================================
|
| --- src/v8-counters.h (revision 2947)
|
| +++ src/v8-counters.h (working copy)
|
| @@ -142,6 +142,8 @@
|
| 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) \
|
|
|