Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 1089) |
| +++ src/runtime.h (working copy) |
| @@ -253,6 +253,9 @@ |
| F(CreateObjectLiteralBoilerplate, 3) \ |
| F(CloneObjectLiteralBoilerplate, 1) \ |
| \ |
| + /* Catch context extension objects */ \ |
| + F(CreateCatchExtensionObject, 2) \ |
| + \ |
| /* Statements */ \ |
| F(NewClosure, 2) \ |
| F(NewObject, 1) \ |