v8  8.4.371 (node 14.19.3)
V8 is Google's open source JavaScript engine
V8Inspector::Counters Class Reference

#include <v8-inspector.h>

Inheritance diagram for V8Inspector::Counters:
Collaboration diagram for 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()

Counters ( v8::Isolate isolate)
explicit

◆ ~Counters()

~Counters ( )

Member Function Documentation

◆ getCountersMap()

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

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


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