v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8-heap-profiler-agent-impl.cc File Reference
Include dependency graph for v8-heap-profiler-agent-impl.cc:

Go to the source code of this file.

Classes

struct  v8_inspector::V8HeapProfilerAgentImpl::AsyncCallbacks
 
class  v8_inspector::V8HeapProfilerAgentImpl::GCTask
 
struct  v8_inspector::V8HeapProfilerAgentImpl::HeapSnapshotProtocolOptions
 
class  v8_inspector::V8HeapProfilerAgentImpl::HeapSnapshotTask
 

Namespaces

namespace  v8_inspector
 
namespace  v8_inspector::HeapProfilerAgentState
 

Variables

static constexpr v8::base::TimeDelta v8_inspector::kDefaultTimerDelay
 

Variable Documentation

◆ m_frontend

protocol::HeapProfiler::Frontend* m_frontend
private

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

◆ m_heapObjectId

int m_heapObjectId
private

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

◆ m_offset

size_t m_offset
private

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

◆ m_session

V8InspectorSessionImpl* m_session
private

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

◆ m_strings

std::vector<char> m_strings
private

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