Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index b1b05a15ff43b182b9ce40c1f703b0d180e2db24..6a3be07a34803c3b648d268dee7d5de118826c2c 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -558,6 +558,7 @@ class Context: public FixedArray { |
inline bool IsDebugEvaluateContext(); |
inline bool IsBlockContext(); |
inline bool IsModuleContext(); |
+ inline bool IsEvalContext(); |
inline bool IsScriptContext(); |
inline bool HasSameSecurityTokenAs(Context* that); |