![]() |
v8 13.6.233 (node 24.1.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 m_characters8.
|
inline |
Definition at line 54 of file v8-inspector.h.
References length(), and m_characters8.
|
inline |
Definition at line 57 of file v8-inspector.h.
References length(), and m_characters16.
|
inline |
Definition at line 66 of file v8-inspector.h.
References m_characters16.
|
inline |
Definition at line 65 of file v8-inspector.h.
References m_characters8.
|
inline |
Definition at line 60 of file v8-inspector.h.
|
inline |
Definition at line 61 of file v8-inspector.h.
Referenced by StringView(), and StringView().
const uint16_t* m_characters16 |
Definition at line 73 of file v8-inspector.h.
Referenced by characters16(), and StringView().
const uint8_t* m_characters8 |
Definition at line 72 of file v8-inspector.h.
Referenced by characters8(), StringView(), and StringView().