| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 2ea9b80b69c975046cf797106b7714469cc190cd..95531df9d6ce8d29e6a53a251175da3a93218639 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -350,7 +350,8 @@ typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache;
|
| V(ExternalReferenceTable*, external_reference_table, NULL) \
|
| /* AstNode state. */ \
|
| V(unsigned, ast_node_id, 0) \
|
| - V(unsigned, ast_node_count, 0) \
|
| + V(int, ast_node_count, 0) \
|
| + V(bool, is_function_primitive, false) \
|
| /* SafeStackFrameIterator activations count. */ \
|
| V(int, safe_stack_iterator_counter, 0) \
|
| V(uint64_t, enabled_cpu_features, 0) \
|
|
|