Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 3192630a012d682635b2a960cfed04ae7ad4c6d5..92b590c5da4f0f4c76a5b461b682cfa427a095ae 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, "%call_value") \ |
rossberg
2013/06/25 10:47:38
Typo? %cell_value
danno
2013/06/28 13:56:05
Done.
|
V(function_class_string, "Function") \ |
V(properties_field_symbol, "%properties") \ |
V(payload_field_symbol, "%payload") \ |