Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 4d408b6e46cdb02213a494673edd7a78bf0c0a10..835e8321875935b5d4a1562098c758d60b1299f4 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -77,6 +77,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) \ |
@@ -301,6 +302,7 @@ using v8::MemoryPressureLevel; |
V(WithContextMap) \ |
V(BlockContextMap) \ |
V(ModuleContextMap) \ |
+ V(EvalContextMap) \ |
V(ScriptContextMap) \ |
V(UndefinedMap) \ |
V(TheHoleMap) \ |