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

Public Attributes

v8::base::Mutex m_mutex
 
bool m_canceled = false
 
std::vector< std::unique_ptr< CollectGarbageCallback > > m_gcCallbacks
 
std::vector< V8HeapProfilerAgentImpl::HeapSnapshotTask * > m_heapSnapshotTasks
 

Detailed Description

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

Member Data Documentation

◆ m_canceled

bool v8_inspector::V8HeapProfilerAgentImpl::AsyncCallbacks::m_canceled = false

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

◆ m_gcCallbacks

std::vector<std::unique_ptr<CollectGarbageCallback> > v8_inspector::V8HeapProfilerAgentImpl::AsyncCallbacks::m_gcCallbacks

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

◆ m_heapSnapshotTasks

std::vector<V8HeapProfilerAgentImpl::HeapSnapshotTask*> v8_inspector::V8HeapProfilerAgentImpl::AsyncCallbacks::m_heapSnapshotTasks

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

◆ m_mutex

v8::base::Mutex v8_inspector::V8HeapProfilerAgentImpl::AsyncCallbacks::m_mutex

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


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