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

Public Member Functions

 ContextCollectedCallbacks (InspectedContext::WeakCallbackData *data)
 
void Run () override
 
- Public Member Functions inherited from v8::Task
virtual ~Task ()=default
 

Private Attributes

std::unique_ptr< InspectedContext::WeakCallbackDatadata_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ContextCollectedCallbacks()

v8_inspector::InspectedContext::ContextCollectedCallbacks::ContextCollectedCallbacks ( InspectedContext::WeakCallbackData * data)
inlineexplicit

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

Member Function Documentation

◆ Run()

void v8_inspector::InspectedContext::ContextCollectedCallbacks::Run ( )
overridevirtual

Implements v8::Task.

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

Member Data Documentation

◆ data_

std::unique_ptr<InspectedContext::WeakCallbackData> v8_inspector::InspectedContext::ContextCollectedCallbacks::data_
private

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


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