![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
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 |
Definition at line 153 of file v8-heap-profiler-agent-impl.cc.
bool v8_inspector::V8HeapProfilerAgentImpl::AsyncCallbacks::m_canceled = false |
Definition at line 155 of file v8-heap-profiler-agent-impl.cc.
std::vector<std::unique_ptr<CollectGarbageCallback> > v8_inspector::V8HeapProfilerAgentImpl::AsyncCallbacks::m_gcCallbacks |
Definition at line 156 of file v8-heap-profiler-agent-impl.cc.
std::vector<V8HeapProfilerAgentImpl::HeapSnapshotTask*> v8_inspector::V8HeapProfilerAgentImpl::AsyncCallbacks::m_heapSnapshotTasks |
Definition at line 157 of file v8-heap-profiler-agent-impl.cc.
v8::base::Mutex v8_inspector::V8HeapProfilerAgentImpl::AsyncCallbacks::m_mutex |
Definition at line 154 of file v8-heap-profiler-agent-impl.cc.