![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
virtual const uint16_t * | data () const |
virtual size_t | length () const |
![]() | |
virtual | ~ExternalStringResource () |
![]() | |
virtual | ~ExternalStringResourceBase () |
Additional Inherited Members | |
![]() | |
ExternalStringResource () | |
![]() | |
ExternalStringResourceBase () | |
virtual void | Dispose () |
Definition at line 1357 of file test-strings.cc.
|
inlinevirtual |
The string data from the underlying buffer.
Implements String::ExternalStringResource.
Definition at line 1359 of file test-strings.cc.
References v8::internal::NULL.
|
inlinevirtual |
The length of the string. That is, the number of two-byte characters.
Implements String::ExternalStringResource.
Definition at line 1360 of file test-strings.cc.