| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 2ea9b80b69c975046cf797106b7714469cc190cd..6ef85cdcd3a257f02c469ff9ac693931b70cae8b 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -351,6 +351,7 @@ typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache;
|
| /* AstNode state. */ \
|
| V(unsigned, ast_node_id, 0) \
|
| V(unsigned, ast_node_count, 0) \
|
| + V(unsigned, heavy_ast_node_count, 0) \
|
| /* SafeStackFrameIterator activations count. */ \
|
| V(int, safe_stack_iterator_counter, 0) \
|
| V(uint64_t, enabled_cpu_features, 0) \
|
|
|