![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <v8-inspector.h>
Public Member Functions | |
V8StackTraceId () | |
V8StackTraceId (const V8StackTraceId &)=default | |
V8StackTraceId (uintptr_t id, const std::pair< int64_t, int64_t > debugger_id) | |
V8StackTraceId (uintptr_t id, const std::pair< int64_t, int64_t > debugger_id, bool should_pause) | |
V8StackTraceId (StringView) | |
V8StackTraceId & | operator= (const V8StackTraceId &)=default |
V8StackTraceId & | operator= (V8StackTraceId &&) noexcept=default |
~V8StackTraceId ()=default | |
bool | IsInvalid () const |
std::unique_ptr< StringBuffer > | ToString () |
Data Fields | |
uintptr_t | id |
std::pair< int64_t, int64_t > | debugger_id |
bool | should_pause = false |
Definition at line 337 of file v8-inspector.h.
V8StackTraceId | ( | ) |
Referenced by operator=(), operator=(), V8StackTraceId(), and ~V8StackTraceId().
|
default |
References V8StackTraceId().
V8StackTraceId | ( | uintptr_t | id, |
const std::pair< int64_t, int64_t > | debugger_id ) |
References debugger_id.
V8StackTraceId | ( | uintptr_t | id, |
const std::pair< int64_t, int64_t > | debugger_id, | ||
bool | should_pause ) |
References debugger_id, and should_pause.
|
explicit |
|
default |
References V8StackTraceId().
bool IsInvalid | ( | ) | const |
References IsInvalid().
Referenced by IsInvalid().
|
default |
References V8StackTraceId().
|
defaultnoexcept |
References V8StackTraceId().
std::unique_ptr< StringBuffer > ToString | ( | ) |
References ToString().
Referenced by ToString().
std::pair<int64_t, int64_t> debugger_id |
Definition at line 339 of file v8-inspector.h.
Referenced by V8StackTraceId(), and V8StackTraceId().
uintptr_t id |
Definition at line 338 of file v8-inspector.h.
bool should_pause = false |
Definition at line 340 of file v8-inspector.h.
Referenced by V8StackTraceId().