Go to the source code of this file.
|
| template<typename StringType > |
| void | v8::internal::SeqStringSet (Handle< StringType > seq_str, int i, uc32 c) |
| |
| template<> |
| void | v8::internal::SeqStringSet (Handle< SeqTwoByteString > seq_str, int i, uc32 c) |
| |
| template<> |
| void | v8::internal::SeqStringSet (Handle< SeqOneByteString > seq_str, int i, uc32 c) |
| |
| template<typename StringType > |
| Handle< StringType > | v8::internal::NewRawString (Factory *factory, int length, PretenureFlag pretenure) |
| |
| template<> |
| Handle< SeqTwoByteString > | v8::internal::NewRawString (Factory *factory, int length, PretenureFlag pretenure) |
| |