V8  latest master commit
V8 is Google's open source JavaScript engine
v8_inspector::V8Inspector::Counters Class Reference

#include <v8-inspector.h>

Inheritance diagram for v8_inspector::V8Inspector::Counters:

Public Member Functions

 Counters (v8::Isolate *isolate)
 
 ~Counters ()
 
const std::unordered_map< std::string, int > & getCountersMap () const
 

Detailed Description

Definition at line 307 of file v8-inspector.h.

Constructor & Destructor Documentation

◆ Counters()

v8_inspector::V8Inspector::Counters::Counters ( v8::Isolate isolate)
explicit

◆ ~Counters()

v8_inspector::V8Inspector::Counters::~Counters ( )

Member Function Documentation

◆ getCountersMap()

const std::unordered_map<std::string, int>& v8_inspector::V8Inspector::Counters::getCountersMap ( ) const
inline

Definition at line 311 of file v8-inspector.h.


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