An ExternalStringResource is a wrapper around a two-byte string buffer that resides outside V8's heap.
More...
#include <v8.h>
An ExternalStringResource is a wrapper around a two-byte string buffer that resides outside V8's heap.
Implement an ExternalStringResource to manage the life cycle of the underlying buffer. Note that the string data must be immutable.
Definition at line 1884 of file v8.h.
◆ ~ExternalStringResource()
virtual v8::String::ExternalStringResource::~ExternalStringResource |
( |
| ) |
|
|
inlinevirtual |
Override the destructor to manage the life cycle of the underlying buffer.
Definition at line 1891 of file v8.h.
◆ ExternalStringResource()
v8::String::ExternalStringResource::ExternalStringResource |
( |
| ) |
|
|
inlineprotected |
◆ data()
virtual const uint16_t* v8::String::ExternalStringResource::data |
( |
| ) |
const |
|
pure virtual |
◆ length()
virtual size_t v8::String::ExternalStringResource::length |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
- /mnt/V8SourceCode/include/v8.h