Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 3335) |
+++ src/heap.h (working copy) |
@@ -631,6 +631,7 @@ |
} |
static Object* LookupSymbol(String* str); |
static bool LookupSymbolIfExists(String* str, String** symbol); |
+ static bool LookupTwoCharsIfExists(String* str, String** symbol); |
Søren Thygesen Gjesse
2009/11/19 21:42:57
LookupTwoCharsIfExists -> LookupTwoCharsSymbolIfEx
|
// Compute the matching symbol map for a string if possible. |
// NULL is returned if string is in new space or not flattened. |