Index: src/v8-counters.h |
=================================================================== |
--- src/v8-counters.h (revision 3568) |
+++ src/v8-counters.h (working copy) |
@@ -156,6 +156,8 @@ |
SC(string_add_native, V8.StringAddNative) \ |
SC(sub_string_runtime, V8.SubStringRuntime) \ |
SC(sub_string_native, V8.SubStringNative) \ |
+ SC(string_compare_native, V8.StringCompareNative) \ |
+ SC(string_compare_runtime, V8.StringCompareRuntime) \ |
SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \ |
SC(regexp_entry_native, V8.RegExpEntryNative) |