| Index: src/factory.h
|
| ===================================================================
|
| --- src/factory.h (revision 7898)
|
| +++ src/factory.h (working copy)
|
| @@ -63,6 +63,9 @@
|
|
|
| Handle<String> LookupSymbol(Vector<const char> str);
|
| Handle<String> LookupAsciiSymbol(Vector<const char> str);
|
| + Handle<String> LookupAsciiSymbol(Handle<SeqAsciiString>,
|
| + int from,
|
| + int length);
|
| Handle<String> LookupTwoByteSymbol(Vector<const uc16> str);
|
| Handle<String> LookupAsciiSymbol(const char* str) {
|
| return LookupSymbol(CStrVector(str));
|
|
|