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

#include <safepoint.h>

Collaboration diagram for v8::internal::IsolateSafepointScope:

Public Member Functions

V8_EXPORT_PRIVATE IsolateSafepointScope (Heap *heap)
 
V8_EXPORT_PRIVATE ~IsolateSafepointScope ()
 

Private Attributes

IsolateSafepointsafepoint_
 

Detailed Description

Definition at line 171 of file safepoint.h.

Constructor & Destructor Documentation

◆ IsolateSafepointScope()

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

Definition at line 315 of file safepoint.cc.

Here is the call graph for this function:

◆ ~IsolateSafepointScope()

v8::internal::IsolateSafepointScope::~IsolateSafepointScope ( )

Definition at line 320 of file safepoint.cc.

Here is the call graph for this function:

Member Data Documentation

◆ safepoint_

IsolateSafepoint* v8::internal::IsolateSafepointScope::safepoint_
private

Definition at line 177 of file safepoint.h.


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