Chromium Code Reviews| Index: src/contexts.h |
| diff --git a/src/contexts.h b/src/contexts.h |
| index a8b9dd211840614fc23d939e8bf314714faa34c2..97975438e3bd77901d25adf5caa60c43d32b7a27 100644 |
| --- a/src/contexts.h |
| +++ b/src/contexts.h |
| @@ -537,6 +537,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); |