Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index b17db2a71a1db56798cfe734efa7aaa8ce6135db..149f0a291fcfbdd417b5723bb04954b9e760f4b1 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -10642,6 +10642,7 @@ class BreakPointInfo: public Struct { |
V(kStringTable, "string_table", "(Internalized strings)") \ |
V(kExternalStringsTable, "external_strings_table", "(External strings)") \ |
V(kStrongRootList, "strong_root_list", "(Strong roots)") \ |
+ V(kRootSmisList, "root_smis_list", "(Root smis)") \ |
Michael Starzinger
2014/02/14 14:24:01
nit: Likewise kSmiRootList and smi_root_list here.
|
V(kInternalizedString, "internalized_string", "(Internal string)") \ |
V(kBootstrapper, "bootstrapper", "(Bootstrapper)") \ |
V(kTop, "top", "(Isolate)") \ |