v8 12.4.254 (node 22.4.1)
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 202 of file v8-statistics.h.

Constructor & Destructor Documentation

◆ HeapObjectStatistics()

Member Function Documentation

◆ object_count()

size_t object_count ( )
inline

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

◆ object_size()

size_t object_size ( )
inline

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

◆ object_sub_type()

const char * object_sub_type ( )
inline

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

◆ object_type()

const char * object_type ( )
inline

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

Friends And Related Symbol Documentation

◆ Isolate

friend class Isolate
friend

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


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