| Index: vm/symbols.h
|
| ===================================================================
|
| --- vm/symbols.h (revision 9916)
|
| +++ vm/symbols.h (working copy)
|
| @@ -80,6 +80,9 @@
|
| // Initialize and setup a symbol table for the isolate.
|
| static void SetupSymbolTable(Isolate* isolate);
|
|
|
| + // Get number of symbols in an isolate's symbol table.
|
| + static intptr_t Size(Isolate* isolate);
|
| +
|
| // Helper functions to create a symbol given a string or set of characters.
|
| static RawString* New(const char* str);
|
| template<typename T>
|
|
|