Chromium Code Reviews| Index: src/contexts.h |
| diff --git a/src/contexts.h b/src/contexts.h |
| index 8e6d2e573bc061ed8648a443501a5feb4c3045d5..ce23676357391a57841aa5af274e6a7f3914ab41 100644 |
| --- a/src/contexts.h |
| +++ b/src/contexts.h |
| @@ -530,6 +530,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); |