v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
StringView Class Reference

#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
 

Detailed Description

Definition at line 50 of file v8-inspector.h.

Constructor & Destructor Documentation

◆ StringView() [1/3]

StringView ( )
inline

Definition at line 52 of file v8-inspector.h.

◆ StringView() [2/3]

StringView ( const uint8_t *  characters,
size_t  length 
)
inline

Definition at line 54 of file v8-inspector.h.

◆ StringView() [3/3]

StringView ( const uint16_t *  characters,
size_t  length 
)
inline

Definition at line 57 of file v8-inspector.h.

Member Function Documentation

◆ characters16()

const uint16_t * characters16 ( ) const
inline

Definition at line 66 of file v8-inspector.h.

◆ characters8()

const uint8_t * characters8 ( ) const
inline

Definition at line 65 of file v8-inspector.h.

◆ is8Bit()

bool is8Bit ( ) const
inline

Definition at line 60 of file v8-inspector.h.

◆ length()

size_t length ( ) const
inline

Definition at line 61 of file v8-inspector.h.

Field Documentation

◆ m_characters16

const uint16_t* m_characters16

Definition at line 73 of file v8-inspector.h.

◆ m_characters8

const uint8_t* m_characters8

Definition at line 72 of file v8-inspector.h.


The documentation for this class was generated from the following file: