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

#include <heap.h>

Collaboration diagram for v8::internal::GCCallbacksScope:

Public Member Functions

 GCCallbacksScope (Heap *heap)
 
 ~GCCallbacksScope ()
 
bool CheckReenter () const
 

Private Attributes

Heap *const heap_
 

Detailed Description

Definition at line 2544 of file heap.h.

Constructor & Destructor Documentation

◆ GCCallbacksScope()

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

Definition at line 1186 of file heap.cc.

◆ ~GCCallbacksScope()

v8::internal::GCCallbacksScope::~GCCallbacksScope ( )

Definition at line 1190 of file heap.cc.

Member Function Documentation

◆ CheckReenter()

bool v8::internal::GCCallbacksScope::CheckReenter ( ) const

Definition at line 1192 of file heap.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ heap_

Heap* const v8::internal::GCCallbacksScope::heap_
private

Definition at line 2552 of file heap.h.


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