| Index: src/v8-counters.h
|
| ===================================================================
|
| --- src/v8-counters.h (revision 1804)
|
| +++ src/v8-counters.h (working copy)
|
| @@ -116,6 +116,8 @@
|
| SC(keyed_load_interceptor, V8.KeyedLoadInterceptor) \
|
| SC(keyed_load_inline, V8.KeyedLoadInline) \
|
| SC(keyed_load_inline_miss, V8.KeyedLoadInlineMiss) \
|
| + SC(named_load_inline, V8.NamedLoadInline) \
|
| + SC(named_load_inline_miss, V8.NamedLoadInlineMiss) \
|
| SC(keyed_store_field, V8.KeyedStoreField) \
|
| SC(for_in, V8.ForIn) \
|
| SC(enum_cache_hits, V8.EnumCacheHits) \
|
|
|