Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 78d9093b67df4f7247ddafc5d67908a0ddf5e3c5..e1298fd753a473899e8b98135ecbf5b64bf7dcca 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") \ |
| V(function_class_string, "Function") \ |
| V(properties_field_symbol, "%properties") \ |
| V(payload_field_symbol, "%payload") \ |