V8 Project
|
#include <v8.h>
Public Member Functions | |
ExternalOneByteStringResourceImpl () | |
ExternalOneByteStringResourceImpl (const char *data, size_t length) | |
const char * | data () const |
The string data from the underlying buffer. More... | |
size_t | length () const |
The number of Latin-1 characters in the string. More... | |
![]() | |
virtual | ~ExternalOneByteStringResource () |
Override the destructor to manage the life cycle of the underlying buffer. More... | |
![]() | |
virtual | ~ExternalStringResourceBase () |
Private Attributes | |
const char * | data_ |
size_t | length_ |
Additional Inherited Members | |
![]() | |
ExternalOneByteStringResource () | |
![]() | |
ExternalStringResourceBase () | |
virtual void | Dispose () |
Internally V8 will call this Dispose method when the external string resource is no longer needed. More... | |
|
inline |
|
inline |
|
inlinevirtual |
The string data from the underlying buffer.
Implements v8::String::ExternalOneByteStringResource.
Definition at line 3997 of file v8.h.
|
inlinevirtual |
The number of Latin-1 characters in the string.
Implements v8::String::ExternalOneByteStringResource.
Definition at line 3998 of file v8.h.
|
private |