Chromium Code Reviews| Index: src/factory.h |
| =================================================================== |
| --- src/factory.h (revision 6170) |
| +++ src/factory.h (working copy) |
| @@ -61,6 +61,8 @@ |
| PretenureFlag pretenure); |
| static Handle<String> LookupSymbol(Vector<const char> str); |
| + static Handle<String> LookupAsciiSymbol(Vector<const char> str); |
| + static Handle<String> LookupTwoByteSymbol(Vector<const uc16> str); |
| static Handle<String> LookupAsciiSymbol(const char* str) { |
| return LookupSymbol(CStrVector(str)); |
| } |