v8
6.8.275 (node 10.15.3)
V8 is Google's open source JavaScript engine
|
#include <v8-inspector.h>
Public Member Functions | |
V8StackTraceId () | |
V8StackTraceId (uintptr_t id, const std::pair< int64_t, int64_t > debugger_id) | |
~V8StackTraceId ()=default | |
bool | IsInvalid () const |
Data Fields | |
uintptr_t | id |
std::pair< int64_t, int64_t > | debugger_id |
Definition at line 223 of file v8-inspector.h.
V8StackTraceId | ( | ) |
V8StackTraceId | ( | uintptr_t | id, |
const std::pair< int64_t, int64_t > | debugger_id | ||
) |
|
default |
bool IsInvalid | ( | ) | const |
std::pair<int64_t, int64_t> debugger_id |
Definition at line 225 of file v8-inspector.h.
uintptr_t id |
Definition at line 224 of file v8-inspector.h.