Chromium Code Reviews| Index: vm/symbols.h |
| =================================================================== |
| --- vm/symbols.h (revision 9873) |
| +++ vm/symbols.h (working copy) |
| @@ -30,6 +30,9 @@ |
| // Initialize and setup a symbol table for the isolate. |
| static void SetupSymbolTable(Isolate* isolate); |
| + // Get number of symbols in the isolate symbol table. |
|
cshapiro
2012/07/25 02:57:20
The use of a definite article threw me off a littl
siva
2012/07/25 23:41:15
Done.
|
| + static intptr_t UsedCount(Isolate* isolate); |
| + |
| // Helper functions to create a symbol given a string or set of characters. |
| static RawString* New(const char* str); |
| template<typename T> |