|  | v8
    6.8.275  (node 10.15.3)
    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 36 of file v8-inspector.h.
| 
 | inline | 
Definition at line 38 of file v8-inspector.h.
References StringView::m_characters8.
| 
 | inline | 
Definition at line 40 of file v8-inspector.h.
References StringView::m_characters8.
| 
 | inline | 
Definition at line 43 of file v8-inspector.h.
References StringView::m_characters16.
| 
 | inline | 
Definition at line 52 of file v8-inspector.h.
| 
 | inline | 
Definition at line 51 of file v8-inspector.h.
| 
 | inline | 
Definition at line 46 of file v8-inspector.h.
| 
 | inline | 
Definition at line 47 of file v8-inspector.h.
| const uint16_t* m_characters16 | 
Definition at line 59 of file v8-inspector.h.
Referenced by StringView::StringView().
| const uint8_t* m_characters8 | 
Definition at line 58 of file v8-inspector.h.
Referenced by StringView::StringView().