v8
10.1.124 (node 18.2.0)
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 50 of file v8-inspector.h.
|
inline |
Definition at line 52 of file v8-inspector.h.
References StringView::m_characters8.
|
inline |
Definition at line 54 of file v8-inspector.h.
References StringView::m_characters8.
|
inline |
Definition at line 57 of file v8-inspector.h.
References StringView::m_characters16.
|
inline |
Definition at line 66 of file v8-inspector.h.
|
inline |
Definition at line 65 of file v8-inspector.h.
|
inline |
Definition at line 60 of file v8-inspector.h.
|
inline |
Definition at line 61 of file v8-inspector.h.
const uint16_t* m_characters16 |
Definition at line 73 of file v8-inspector.h.
Referenced by StringView::StringView().
const uint8_t* m_characters8 |
Definition at line 72 of file v8-inspector.h.
Referenced by StringView::StringView().