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

#include <v8-debugger-id.h>

Collaboration diagram for v8_inspector::internal::V8DebuggerId:

Public Member Functions

 V8DebuggerId ()=default
 
 V8DebuggerId (std::pair< int64_t, int64_t >)
 
 V8DebuggerId (const String16 &)
 
 V8DebuggerId (const V8DebuggerId &) V8_NOEXCEPT=default
 
V8DebuggerIdoperator= (const V8DebuggerId &) V8_NOEXCEPT=default
 
v8_inspector::V8DebuggerId toV8DebuggerId () const
 
String16 toString () const
 
bool isValid () const
 
std::pair< int64_t, int64_t > pair () const
 

Static Public Member Functions

static V8DebuggerId generate (V8InspectorImpl *)
 

Private Attributes

v8_inspector::V8DebuggerId m_debugger_id
 

Detailed Description

Definition at line 19 of file v8-debugger-id.h.

Constructor & Destructor Documentation

◆ V8DebuggerId() [1/4]

v8_inspector::internal::V8DebuggerId::V8DebuggerId ( )
default
Here is the caller graph for this function:

◆ V8DebuggerId() [2/4]

v8_inspector::internal::V8DebuggerId::V8DebuggerId ( std::pair< int64_t, int64_t > pair)
explicit

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

◆ V8DebuggerId() [3/4]

v8_inspector::internal::V8DebuggerId::V8DebuggerId ( const String16 & debuggerId)
explicit

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

Here is the call graph for this function:

◆ V8DebuggerId() [4/4]

v8_inspector::internal::V8DebuggerId::V8DebuggerId ( const V8DebuggerId & )
default

Member Function Documentation

◆ generate()

V8DebuggerId v8_inspector::internal::V8DebuggerId::generate ( V8InspectorImpl * inspector)
static

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

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

◆ isValid()

bool v8_inspector::internal::V8DebuggerId::isValid ( ) const

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

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

◆ operator=()

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

◆ pair()

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

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

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

◆ toString()

String16 v8_inspector::internal::V8DebuggerId::toString ( ) const

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

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

◆ toV8DebuggerId()

v8_inspector::V8DebuggerId v8_inspector::internal::V8DebuggerId::toV8DebuggerId ( ) const
inline

Definition at line 29 of file v8-debugger-id.h.

Here is the caller graph for this function:

Member Data Documentation

◆ m_debugger_id

v8_inspector::V8DebuggerId v8_inspector::internal::V8DebuggerId::m_debugger_id
private

Definition at line 35 of file v8-debugger-id.h.


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