#include <v8-inspector.h>
Definition at line 38 of file v8-inspector.h.
 
◆ StringView() [1/3]
◆ StringView() [2/3]
  
  | 
        
          | StringView | ( | const uint8_t * | characters, |  
          |  |  | size_t | length |  
          |  | ) |  |  |  | inline | 
 
 
◆ StringView() [3/3]
  
  | 
        
          | StringView | ( | const uint16_t * | characters, |  
          |  |  | size_t | length |  
          |  | ) |  |  |  | inline | 
 
 
◆ characters16()
  
  | 
        
          | const uint16_t* characters16 | ( |  | ) | const |  | inline | 
 
 
◆ characters8()
  
  | 
        
          | const uint8_t* characters8 | ( |  | ) | const |  | inline | 
 
 
◆ is8Bit()
◆ length()
◆ m_characters16
      
        
          | const uint16_t* m_characters16 | 
      
 
 
◆ m_characters8
      
        
          | const uint8_t* m_characters8 | 
      
 
 
The documentation for this class was generated from the following file: