Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 5500) |
| +++ src/runtime.h (working copy) |
| @@ -263,6 +263,7 @@ |
| F(NewClosure, 2, 1) \ |
| F(NewObject, 1, 1) \ |
| F(NewObjectFromBound, 2, 1) \ |
| + F(FinalizeInstanceSize, 1, 1) \ |
| F(Throw, 1, 1) \ |
| F(ReThrow, 1, 1) \ |
| F(ThrowReferenceError, 1, 1) \ |