Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 4344) |
| +++ src/runtime.h (working copy) |
| @@ -99,6 +99,7 @@ |
| F(URIUnescape, 1, 1) \ |
| \ |
| F(NumberToString, 1, 1) \ |
| + F(NumberToStringSkipCache, 1, 1) \ |
| F(NumberToInteger, 1, 1) \ |
| F(NumberToJSUint32, 1, 1) \ |
| F(NumberToJSInt32, 1, 1) \ |