#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< SeqOneByteString > seq_str, int i, uc32 c) |
|
template<typename StringType > |
Handle< StringType > | NewRawString (Factory *factory, int length, PretenureFlag pretenure) |
|
template<> |
Handle< SeqTwoByteString > | NewRawString (Factory *factory, int length, PretenureFlag pretenure) |
|
template<> |
Handle< SeqOneByteString > | NewRawString (Factory *factory, int length, PretenureFlag pretenure) |
|