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

Public Member Functions

 GCTask (v8::Isolate *isolate, std::shared_ptr< AsyncCallbacks > asyncCallbacks)
 
void Run () override
 
- Public Member Functions inherited from v8::Task
virtual ~Task ()=default
 

Private Attributes

v8::Isolatem_isolate
 
std::weak_ptr< AsyncCallbacksm_asyncCallbacks
 

Detailed Description

Definition at line 160 of file v8-heap-profiler-agent-impl.cc.

Constructor & Destructor Documentation

◆ GCTask()

v8_inspector::V8HeapProfilerAgentImpl::GCTask::GCTask ( v8::Isolate * isolate,
std::shared_ptr< AsyncCallbacks > asyncCallbacks )
inline

Definition at line 162 of file v8-heap-profiler-agent-impl.cc.

Member Function Documentation

◆ Run()

void v8_inspector::V8HeapProfilerAgentImpl::GCTask::Run ( )
inlineoverridevirtual

Implements v8::Task.

Definition at line 165 of file v8-heap-profiler-agent-impl.cc.

Here is the call graph for this function:

Member Data Documentation

◆ m_asyncCallbacks

std::weak_ptr<AsyncCallbacks> v8_inspector::V8HeapProfilerAgentImpl::GCTask::m_asyncCallbacks
private

Definition at line 180 of file v8-heap-profiler-agent-impl.cc.

◆ m_isolate

v8::Isolate* v8_inspector::V8HeapProfilerAgentImpl::GCTask::m_isolate
private

Definition at line 179 of file v8-heap-profiler-agent-impl.cc.


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