diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-07-07 19:47:38 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-07-07 19:47:38 +0200 |
commit | facb904c5db23345a693bf3aa02b1497af12fddd (patch) | |
tree | 57de363b1a8e39b25d3e020a88f87f832f1f2aa5 /deps/v8/src/v8-counters.h | |
parent | 70a8fb3763c92337bbc6a6138dd0c320134b847c (diff) | |
download | node-facb904c5db23345a693bf3aa02b1497af12fddd.tar.gz |
Upgrade V8 to 2.2.23
Diffstat (limited to 'deps/v8/src/v8-counters.h')
-rw-r--r-- | deps/v8/src/v8-counters.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/src/v8-counters.h b/deps/v8/src/v8-counters.h index 93fecd1fe..509de3d00 100644 --- a/deps/v8/src/v8-counters.h +++ b/deps/v8/src/v8-counters.h @@ -153,6 +153,8 @@ namespace internal { SC(keyed_store_inline_miss, V8.KeyedStoreInlineMiss) \ SC(named_store_global_inline, V8.NamedStoreGlobalInline) \ SC(named_store_global_inline_miss, V8.NamedStoreGlobalInlineMiss) \ + SC(store_normal_miss, V8.StoreNormalMiss) \ + SC(store_normal_hit, V8.StoreNormalHit) \ SC(call_miss, V8.CallMiss) \ SC(keyed_call_miss, V8.KeyedCallMiss) \ SC(load_miss, V8.LoadMiss) \ @@ -166,6 +168,8 @@ namespace internal { SC(constructed_objects, V8.ConstructedObjects) \ SC(constructed_objects_runtime, V8.ConstructedObjectsRuntime) \ SC(constructed_objects_stub, V8.ConstructedObjectsStub) \ + SC(negative_lookups, V8.NegativeLookups) \ + SC(negative_lookups_miss, V8.NegativeLookupsMiss) \ SC(array_function_runtime, V8.ArrayFunctionRuntime) \ SC(array_function_native, V8.ArrayFunctionNative) \ SC(for_in, V8.ForIn) \ |