Chromium Code Reviews| Index: src/codegen.h |
| =================================================================== |
| --- src/codegen.h (revision 5316) |
| +++ src/codegen.h (working copy) |
| @@ -108,6 +108,7 @@ |
| F(StringCompare, 2, 1) \ |
| F(RegExpExec, 4, 1) \ |
| F(RegExpConstructResult, 3, 1) \ |
| + F(RegExpCloneResult, 1, 1) \ |
| F(GetFromCache, 2, 1) \ |
| F(NumberToString, 1, 1) \ |
| F(SwapElements, 3, 1) \ |