![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <string-stream.h>
Public Types | |
| using | SmallVector = base::SmallVector<char, kInlineSize> |
Public Member Functions | |
| SmallStringOptimizedAllocator (SmallVector *vector) V8_NOEXCEPT | |
| char * | allocate (unsigned bytes) override |
| char * | grow (unsigned *bytes) override |
Public Member Functions inherited from v8::internal::StringAllocator | |
| virtual | ~StringAllocator ()=default |
Private Attributes | |
| SmallVector * | vector_ |
Definition at line 64 of file string-stream.h.
| using v8::internal::SmallStringOptimizedAllocator< kInlineSize >::SmallVector = base::SmallVector<char, kInlineSize> |
Definition at line 66 of file string-stream.h.
|
inlineexplicit |
Definition at line 68 of file string-stream.h.
|
inlineoverridevirtual |
Implements v8::internal::StringAllocator.
Definition at line 71 of file string-stream.h.
|
inlineoverridevirtual |
Implements v8::internal::StringAllocator.
Definition at line 76 of file string-stream.h.
|
private |
Definition at line 88 of file string-stream.h.