v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
HeapObjectStatistics Class Reference

#include <v8-statistics.h>

Public Member Functions

 HeapObjectStatistics ()
 
const char * object_type ()
 
const char * object_sub_type ()
 
size_t object_count ()
 
size_t object_size ()
 

Friends

class Isolate
 

Detailed Description

Definition at line 181 of file v8-statistics.h.

Constructor & Destructor Documentation

◆ HeapObjectStatistics()

Member Function Documentation

◆ object_count()

size_t object_count ( )
inline

Definition at line 186 of file v8-statistics.h.

◆ object_size()

size_t object_size ( )
inline

Definition at line 187 of file v8-statistics.h.

◆ object_sub_type()

const char * object_sub_type ( )
inline

Definition at line 185 of file v8-statistics.h.

◆ object_type()

const char * object_type ( )
inline

Definition at line 184 of file v8-statistics.h.

Friends And Related Symbol Documentation

◆ Isolate

friend class Isolate
friend

Definition at line 195 of file v8-statistics.h.


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