Chromium Code Reviews| Index: src/contexts.h |
| diff --git a/src/contexts.h b/src/contexts.h |
| index d1c5ae91bf663ff4c723c37be3fb207a4514ae3f..1156f4fca25cecdc6094ac2a0daff61e8cfbfe79 100644 |
| --- a/src/contexts.h |
| +++ b/src/contexts.h |
| @@ -556,6 +556,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); |