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

Public Member Functions

 WeakCallbackData (InspectedContext *context, V8InspectorImpl *inspector, int groupId, int contextId)
 

Static Public Member Functions

static void resetContext (const v8::WeakCallbackInfo< WeakCallbackData > &data)
 

Private Attributes

InspectedContextm_context
 
V8InspectorImplm_inspector
 
int m_groupId
 
int m_contextId
 

Friends

class InspectedContext::ContextCollectedCallbacks
 

Detailed Description

Definition at line 30 of file inspected-context.cc.

Constructor & Destructor Documentation

◆ WeakCallbackData()

v8_inspector::InspectedContext::WeakCallbackData::WeakCallbackData ( InspectedContext * context,
V8InspectorImpl * inspector,
int groupId,
int contextId )
inline

Definition at line 32 of file inspected-context.cc.

Member Function Documentation

◆ resetContext()

static void v8_inspector::InspectedContext::WeakCallbackData::resetContext ( const v8::WeakCallbackInfo< WeakCallbackData > & data)
inlinestatic

Definition at line 39 of file inspected-context.cc.

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

Friends And Related Symbol Documentation

◆ InspectedContext::ContextCollectedCallbacks

Definition at line 55 of file inspected-context.cc.

Member Data Documentation

◆ m_context

InspectedContext* v8_inspector::InspectedContext::WeakCallbackData::m_context
private

Definition at line 50 of file inspected-context.cc.

◆ m_contextId

int v8_inspector::InspectedContext::WeakCallbackData::m_contextId
private

Definition at line 53 of file inspected-context.cc.

◆ m_groupId

int v8_inspector::InspectedContext::WeakCallbackData::m_groupId
private

Definition at line 52 of file inspected-context.cc.

◆ m_inspector

V8InspectorImpl* v8_inspector::InspectedContext::WeakCallbackData::m_inspector
private

Definition at line 51 of file inspected-context.cc.


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