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

#include <v8-inspector.h>

Public Member Functions

 V8DebuggerId ()=default
 
 V8DebuggerId (const V8DebuggerId &)=default
 
V8DebuggerIdoperator= (const V8DebuggerId &)=default
 
std::unique_ptr< StringBuffertoString () const
 
bool isValid () const
 
std::pair< int64_t, int64_t > pair () const
 

Friends

class internal::V8DebuggerId
 

Detailed Description

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

Constructor & Destructor Documentation

◆ V8DebuggerId() [1/2]

V8DebuggerId ( )
default

◆ V8DebuggerId() [2/2]

V8DebuggerId ( const V8DebuggerId )
default

Member Function Documentation

◆ isValid()

bool isValid ( ) const

◆ operator=()

V8DebuggerId & operator= ( const V8DebuggerId )
default

◆ pair()

std::pair< int64_t, int64_t > pair ( ) const

◆ toString()

std::unique_ptr< StringBuffer > toString ( ) const

Friends And Related Symbol Documentation

◆ internal::V8DebuggerId

friend class internal::V8DebuggerId
friend

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


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