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

Public Attributes

std::set< String16m_reportedDeprecationMessages
 
std::map< LabelKey, int > m_counters
 
std::map< LabelKey, double > m_timers
 

Detailed Description

Definition at line 146 of file v8-console-message.h.

Member Data Documentation

◆ m_counters

std::map<LabelKey, int> v8_inspector::V8ConsoleMessageStorage::PerContextData::m_counters

Definition at line 149 of file v8-console-message.h.

◆ m_reportedDeprecationMessages

std::set<String16> v8_inspector::V8ConsoleMessageStorage::PerContextData::m_reportedDeprecationMessages

Definition at line 147 of file v8-console-message.h.

◆ m_timers

std::map<LabelKey, double> v8_inspector::V8ConsoleMessageStorage::PerContextData::m_timers

Definition at line 151 of file v8-console-message.h.


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