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

Public Member Functions

 ProfileDescriptor (const String16 &id, const String16 &title)
 

Public Attributes

String16 m_id
 
String16 m_title
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ProfileDescriptor()

v8_inspector::V8ProfilerAgentImpl::ProfileDescriptor::ProfileDescriptor ( const String16 & id,
const String16 & title )
inline

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

Member Data Documentation

◆ m_id

String16 v8_inspector::V8ProfilerAgentImpl::ProfileDescriptor::m_id

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

◆ m_title

String16 v8_inspector::V8ProfilerAgentImpl::ProfileDescriptor::m_title

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


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