#include <string-stream.h>
Definition at line 47 of file string-stream.h.
◆ FixedStringAllocator() [1/2]
v8::internal::FixedStringAllocator::FixedStringAllocator |
( |
char * | buffer, |
|
|
unsigned | length ) |
|
inline |
◆ ~FixedStringAllocator()
v8::internal::FixedStringAllocator::~FixedStringAllocator |
( |
| ) |
|
|
overridedefault |
◆ FixedStringAllocator() [2/2]
◆ allocate()
char * v8::internal::FixedStringAllocator::allocate |
( |
unsigned | bytes | ) |
|
|
overridevirtual |
◆ grow()
char * v8::internal::FixedStringAllocator::grow |
( |
unsigned * | bytes | ) |
|
|
overridevirtual |
◆ operator=()
◆ buffer_
char* v8::internal::FixedStringAllocator::buffer_ |
|
private |
◆ length_
unsigned v8::internal::FixedStringAllocator::length_ |
|
private |
The documentation for this class was generated from the following files: