#include "v8.h"
#include "char-predicates-inl.h"
#include "v8conversions.h"
#include "messages.h"
#include "spaces-inl.h"
#include "token.h"
Go to the source code of this file.
|
template<typename StringType > |
void | SeqStringSet (Handle< StringType > seq_str, int i, uc32 c) |
|
template<> |
void | SeqStringSet (Handle< SeqTwoByteString > seq_str, int i, uc32 c) |
|
template<> |
void | SeqStringSet (Handle< SeqAsciiString > seq_str, int i, uc32 c) |
|
template<typename StringType > |
Handle< StringType > | NewRawString (Factory *factory, int length) |
|
template<> |
Handle< SeqTwoByteString > | NewRawString (Factory *factory, int length) |
|
template<> |
Handle< SeqAsciiString > | NewRawString (Factory *factory, int length) |
|