v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Deserializer< IsolateT >::DisableGCStats Class Reference
Collaboration diagram for v8::internal::Deserializer< IsolateT >::DisableGCStats:

Public Member Functions

 DisableGCStats ()
 
 ~DisableGCStats ()
 

Private Attributes

unsigned int original_gc_stats_
 

Detailed Description

template<typename IsolateT>
class v8::internal::Deserializer< IsolateT >::DisableGCStats

Definition at line 332 of file deserializer.h.

Constructor & Destructor Documentation

◆ DisableGCStats()

template<typename IsolateT >
v8::internal::Deserializer< IsolateT >::DisableGCStats::DisableGCStats ( )
inline

Definition at line 334 of file deserializer.h.

◆ ~DisableGCStats()

template<typename IsolateT >
v8::internal::Deserializer< IsolateT >::DisableGCStats::~DisableGCStats ( )
inline

Definition at line 338 of file deserializer.h.

Member Data Documentation

◆ original_gc_stats_

template<typename IsolateT >
unsigned int v8::internal::Deserializer< IsolateT >::DisableGCStats::original_gc_stats_
private

Definition at line 341 of file deserializer.h.


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