v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::PauseAllocationObserversScope Class Reference

#include <allocation-observer.h>

Collaboration diagram for v8::internal::PauseAllocationObserversScope:

Public Member Functions

 PauseAllocationObserversScope (Heap *heap)
 
 ~PauseAllocationObserversScope ()
 
 PauseAllocationObserversScope (const PauseAllocationObserversScope &)=delete
 
PauseAllocationObserversScopeoperator= (const PauseAllocationObserversScope &)=delete
 

Private Attributes

Heapheap_
 

Detailed Description

Definition at line 109 of file allocation-observer.h.

Constructor & Destructor Documentation

◆ PauseAllocationObserversScope() [1/2]

v8::internal::PauseAllocationObserversScope::PauseAllocationObserversScope ( Heap * heap)
explicit

Definition at line 161 of file allocation-observer.cc.

◆ ~PauseAllocationObserversScope()

v8::internal::PauseAllocationObserversScope::~PauseAllocationObserversScope ( )

Definition at line 168 of file allocation-observer.cc.

Here is the call graph for this function:

◆ PauseAllocationObserversScope() [2/2]

v8::internal::PauseAllocationObserversScope::PauseAllocationObserversScope ( const PauseAllocationObserversScope & )
delete

Member Function Documentation

◆ operator=()

PauseAllocationObserversScope & v8::internal::PauseAllocationObserversScope::operator= ( const PauseAllocationObserversScope & )
delete

Member Data Documentation

◆ heap_

Heap* v8::internal::PauseAllocationObserversScope::heap_
private

Definition at line 118 of file allocation-observer.h.


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