Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 90f590858f8a015bbcb9e5de00353041daab1742..561f7681ec8d7c6514876a0cbebbeb0526c7a24d 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -787,7 +787,7 @@ bool HeapObject::IsContext() const { |
map == heap->function_context_map() || map == heap->catch_context_map() || |
map == heap->with_context_map() || map == heap->native_context_map() || |
map == heap->block_context_map() || map == heap->module_context_map() || |
- map == heap->script_context_map() || |
+ map == heap->eval_context_map() || map == heap->script_context_map() || |
map == heap->debug_evaluate_context_map()); |
} |