v8  7.8.279 (node 12.19.1)
V8 is Google's open source JavaScript engine
V8StackTraceId Struct Reference

#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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ V8StackTraceId() [1/2]

◆ V8StackTraceId() [2/2]

V8StackTraceId ( uintptr_t  id,
const std::pair< int64_t, int64_t >  debugger_id 
)

◆ ~V8StackTraceId()

~V8StackTraceId ( )
default

Member Function Documentation

◆ IsInvalid()

bool IsInvalid ( ) const

Field Documentation

◆ debugger_id

std::pair<int64_t, int64_t> debugger_id

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

◆ id

uintptr_t id

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


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