#include <v8-inspector.h>
Definition at line 232 of file v8-inspector.h.
 
◆ V8StackTraceId() [1/5]
      
        
          | v8_inspector::V8StackTraceId::V8StackTraceId  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ V8StackTraceId() [2/5]
  
  
      
        
          | v8_inspector::V8StackTraceId::V8StackTraceId  | 
          ( | 
          const V8StackTraceId &  | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ V8StackTraceId() [3/5]
      
        
          | v8_inspector::V8StackTraceId::V8StackTraceId  | 
          ( | 
          uintptr_t  | 
          id,  | 
        
        
           | 
           | 
          const std::pair< int64_t, int64_t >  | 
          debugger_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ V8StackTraceId() [4/5]
      
        
          | v8_inspector::V8StackTraceId::V8StackTraceId  | 
          ( | 
          uintptr_t  | 
          id,  | 
        
        
           | 
           | 
          const std::pair< int64_t, int64_t >  | 
          debugger_id,  | 
        
        
           | 
           | 
          bool  | 
          should_pause  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ V8StackTraceId() [5/5]
  
  
      
        
          | v8_inspector::V8StackTraceId::V8StackTraceId  | 
          ( | 
          StringView  | 
           | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
◆ ~V8StackTraceId()
  
  
      
        
          | v8_inspector::V8StackTraceId::~V8StackTraceId  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ IsInvalid()
      
        
          | bool v8_inspector::V8StackTraceId::IsInvalid  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ ToString()
      
        
          | std::unique_ptr<StringBuffer> v8_inspector::V8StackTraceId::ToString  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ debugger_id
      
        
          | std::pair<int64_t, int64_t> v8_inspector::V8StackTraceId::debugger_id | 
        
      
 
 
◆ id
      
        
          | uintptr_t v8_inspector::V8StackTraceId::id | 
        
      
 
 
◆ should_pause
      
        
          | bool v8_inspector::V8StackTraceId::should_pause = false | 
        
      
 
 
The documentation for this struct was generated from the following file: