Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index b3a4205b3f6bc8b3837f0f38cbcd1bf874131a7b..a709f09ee2f00fa5c951e8fe6b6157751560e3a4 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -261,6 +261,7 @@ namespace internal { |
V(map_field_string, "%map") \ |
V(elements_field_string, "%elements") \ |
V(length_field_string, "%length") \ |
+ V(cell_value_string, "%cell_value") \ |
V(function_class_string, "Function") \ |
V(properties_field_symbol, "%properties") \ |
V(payload_field_symbol, "%payload") \ |