Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 84bbe89725e88dc04268a01c9edc88ef27ce3552..395692cb05b72a1cab63ce1127abb62083b1dd82 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -78,6 +78,7 @@ using v8::MemoryPressureLevel; |
/* Context maps */ \ |
V(Map, native_context_map, NativeContextMap) \ |
V(Map, module_context_map, ModuleContextMap) \ |
+ V(Map, eval_context_map, EvalContextMap) \ |
V(Map, script_context_map, ScriptContextMap) \ |
V(Map, block_context_map, BlockContextMap) \ |
V(Map, catch_context_map, CatchContextMap) \ |
@@ -297,6 +298,7 @@ using v8::MemoryPressureLevel; |
V(WithContextMap) \ |
V(BlockContextMap) \ |
V(ModuleContextMap) \ |
+ V(EvalContextMap) \ |
V(ScriptContextMap) \ |
V(UndefinedMap) \ |
V(TheHoleMap) \ |