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

#include <safepoint.h>

Collaboration diagram for v8::internal::GlobalSafepointScope:

Public Member Functions

V8_EXPORT_PRIVATE GlobalSafepointScope (Isolate *initiator)
 
V8_EXPORT_PRIVATE ~GlobalSafepointScope ()
 

Private Attributes

Isolate *const initiator_
 
Isolate *const shared_space_isolate_
 

Detailed Description

Definition at line 226 of file safepoint.h.

Constructor & Destructor Documentation

◆ GlobalSafepointScope()

v8::internal::GlobalSafepointScope::GlobalSafepointScope ( Isolate * initiator)
explicit

Definition at line 436 of file safepoint.cc.

Here is the call graph for this function:

◆ ~GlobalSafepointScope()

v8::internal::GlobalSafepointScope::~GlobalSafepointScope ( )

Definition at line 443 of file safepoint.cc.

Here is the call graph for this function:

Member Data Documentation

◆ initiator_

Isolate* const v8::internal::GlobalSafepointScope::initiator_
private

Definition at line 232 of file safepoint.h.

◆ shared_space_isolate_

Isolate* const v8::internal::GlobalSafepointScope::shared_space_isolate_
private

Definition at line 233 of file safepoint.h.


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