|
| IncrementalStringBuilder (Isolate *isolate) |
|
V8_INLINE String::Encoding | CurrentEncoding () |
|
template<typename SrcChar , typename DestChar > |
V8_INLINE void | Append (SrcChar c) |
|
V8_INLINE void | AppendCharacter (uint8_t c) |
|
V8_INLINE void | AppendCString (const char *s) |
|
V8_INLINE void | AppendCString (const uc16 *s) |
|
V8_INLINE bool | CurrentPartCanFit (int length) |
|
V8_INLINE int | EscapedLengthIfCurrentPartFits (int length) |
|
void | AppendString (Handle< String > string) |
|
MaybeHandle< String > | Finish () |
|
V8_INLINE bool | HasOverflowed () const |
|
int | Length () const |
|
void | ChangeEncoding () |
|
template<typename SrcChar , typename DestChar > |
void | Append (SrcChar c) |
|
Definition at line 115 of file string-builder-inl.h.
The documentation for this class was generated from the following files: