Chromium Code Reviews| Index: src/codegen.h |
| diff --git a/src/codegen.h b/src/codegen.h |
| index d56d4eee20d26bced9fb90c905145b0c1531c967..f776348aa55ef2f4ea833f111fbec047746d4bf6 100644 |
| --- a/src/codegen.h |
| +++ b/src/codegen.h |
| @@ -124,6 +124,7 @@ namespace internal { |
| F(StringCompare, 2, 1) \ |
| F(RegExpExec, 4, 1) \ |
| F(RegExpConstructResult, 3, 1) \ |
| + F(GetFromCache, 2, 1) \ |
| F(NumberToString, 1, 1) \ |
| F(MathPow, 2, 1) \ |
| F(MathSin, 1, 1) \ |