| Index: src/v8-counters.h
|
| ===================================================================
|
| --- src/v8-counters.h (revision 3551)
|
| +++ src/v8-counters.h (working copy)
|
| @@ -154,6 +154,8 @@
|
| SC(generic_binary_stub_calls_regs, V8.GenericBinaryStubCallsRegs) \
|
| SC(string_add_runtime, V8.StringAddRuntime) \
|
| SC(string_add_native, V8.StringAddNative) \
|
| + SC(sub_string_runtime, V8.SubStringRuntime) \
|
| + SC(sub_string_native, V8.SubStringNative) \
|
| SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \
|
| SC(regexp_entry_native, V8.RegExpEntryNative)
|
|
|
|
|