v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8_inspector::V8DebuggerId Class Reference

#include <v8-inspector.h>

Collaboration diagram for v8_inspector::V8DebuggerId:

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
 

Private Member Functions

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

Private Attributes

int64_t m_first = 0
 
int64_t m_second = 0
 

Friends

class internal::V8DebuggerId
 

Detailed Description

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

Constructor & Destructor Documentation

◆ V8DebuggerId() [1/3]

◆ V8DebuggerId() [2/3]

◆ V8DebuggerId() [3/3]

v8_inspector::V8DebuggerId::V8DebuggerId ( std::pair< int64_t, int64_t > pair)
explicitprivate

Definition at line 13 of file v8-debugger-id.cc.

Member Function Documentation

◆ isValid()

bool v8_inspector::V8DebuggerId::isValid ( ) const

Definition at line 21 of file v8-debugger-id.cc.

Here is the caller graph for this function:

◆ operator=()

V8DebuggerId & v8_inspector::V8DebuggerId::operator= ( const V8DebuggerId & )
default

◆ pair()

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

Definition at line 23 of file v8-debugger-id.cc.

Here is the caller graph for this function:

◆ toString()

std::unique_ptr< StringBuffer > v8_inspector::V8DebuggerId::toString ( ) const

Definition at line 16 of file v8-debugger-id.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ internal::V8DebuggerId

friend class internal::V8DebuggerId
friend

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

Member Data Documentation

◆ m_first

int64_t v8_inspector::V8DebuggerId::m_first = 0
private

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

◆ m_second

int64_t v8_inspector::V8DebuggerId::m_second = 0
private

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


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