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

#include <isolate.h>

Collaboration diagram for v8::internal::SetCurrentIsolateScope:

Public Member Functions

 SetCurrentIsolateScope (Isolate *isolate)
 
 ~SetCurrentIsolateScope ()
 

Private Attributes

V8_NO_UNIQUE_ADDRESS PtrComprCageAccessScope ptr_compr_cage_access_scope_
 
Isolate *const previous_isolate_
 

Detailed Description

Definition at line 3126 of file isolate.h.

Constructor & Destructor Documentation

◆ SetCurrentIsolateScope()

v8::internal::SetCurrentIsolateScope::SetCurrentIsolateScope ( Isolate * isolate)
inlineexplicit

Definition at line 243 of file isolate-inl.h.

Here is the call graph for this function:

◆ ~SetCurrentIsolateScope()

v8::internal::SetCurrentIsolateScope::~SetCurrentIsolateScope ( )
inline

Definition at line 249 of file isolate-inl.h.

Here is the call graph for this function:

Member Data Documentation

◆ previous_isolate_

Isolate* const v8::internal::SetCurrentIsolateScope::previous_isolate_
private

Definition at line 3134 of file isolate.h.

◆ ptr_compr_cage_access_scope_

V8_NO_UNIQUE_ADDRESS PtrComprCageAccessScope v8::internal::SetCurrentIsolateScope::ptr_compr_cage_access_scope_
private

Definition at line 3133 of file isolate.h.


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