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

#include <v8-debugger-barrier.h>

Collaboration diagram for v8_inspector::V8DebuggerBarrier:

Public Member Functions

 V8DebuggerBarrier (V8InspectorClient *client, int contextGroupId)
 
 ~V8DebuggerBarrier ()
 

Private Attributes

V8InspectorClient *const m_client
 
int m_contextGroupId
 

Detailed Description

Definition at line 16 of file v8-debugger-barrier.h.

Constructor & Destructor Documentation

◆ V8DebuggerBarrier()

v8_inspector::V8DebuggerBarrier::V8DebuggerBarrier ( V8InspectorClient * client,
int contextGroupId )

Definition at line 11 of file v8-debugger-barrier.cc.

◆ ~V8DebuggerBarrier()

v8_inspector::V8DebuggerBarrier::~V8DebuggerBarrier ( )

Definition at line 15 of file v8-debugger-barrier.cc.

Here is the call graph for this function:

Member Data Documentation

◆ m_client

V8InspectorClient* const v8_inspector::V8DebuggerBarrier::m_client
private

Definition at line 22 of file v8-debugger-barrier.h.

◆ m_contextGroupId

int v8_inspector::V8DebuggerBarrier::m_contextGroupId
private

Definition at line 23 of file v8-debugger-barrier.h.


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