v8
8.6.395 (node 15.0.1)
V8 is Google's open source JavaScript engine
|
#include <v8-inspector.h>
Public Member Functions | |
StringView () | |
StringView (const uint8_t *characters, size_t length) | |
StringView (const uint16_t *characters, size_t length) | |
bool | is8Bit () const |
size_t | length () const |
const uint8_t * | characters8 () const |
const uint16_t * | characters16 () const |
Definition at line 38 of file v8-inspector.h.
|
inline |
Definition at line 40 of file v8-inspector.h.
References StringView::m_characters8.
|
inline |
Definition at line 42 of file v8-inspector.h.
References StringView::m_characters8.
|
inline |
Definition at line 45 of file v8-inspector.h.
References StringView::m_characters16.
|
inline |
Definition at line 54 of file v8-inspector.h.
|
inline |
Definition at line 53 of file v8-inspector.h.
|
inline |
Definition at line 48 of file v8-inspector.h.
|
inline |
Definition at line 49 of file v8-inspector.h.
const uint16_t* m_characters16 |
Definition at line 61 of file v8-inspector.h.
Referenced by StringView::StringView().
const uint8_t* m_characters8 |
Definition at line 60 of file v8-inspector.h.
Referenced by StringView::StringView().