Chromium Code Reviews| Index: src/heap.h |
| =================================================================== |
| --- src/heap.h (revision 4344) |
| +++ src/heap.h (working copy) |
| @@ -938,7 +938,8 @@ |
| kRootListLength |
| }; |
| - static Object* NumberToString(Object* number); |
| + static Object* NumberToString(Object* number, |
| + bool check_number_string_cache = true); |
| static Map* MapForExternalArrayType(ExternalArrayType array_type); |
| static RootListIndex RootIndexForExternalArrayType( |