Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 4271d44dd1f882dac4bbc7387ca890c1d115a3cf..98ccd90ed65c0180285acdf2ec23ece94d659725 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -486,6 +486,7 @@ namespace internal { |
| F(NewClosure_Tenured, 1, 1) \ |
| F(NewScriptContext, 2, 1) \ |
| F(NewFunctionContext, 1, 1) \ |
| + F(NewEvalContext, 1, 1) \ |
| F(PushModuleContext, 3, 1) \ |
| F(PushWithContext, 3, 1) \ |
| F(PushCatchContext, 4, 1) \ |