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

#include <local-isolate.h>

Collaboration diagram for v8::internal::MutexGuardIfOffThread< LocalIsolate >:

Public Member Functions

 MutexGuardIfOffThread (base::Mutex *mutex, LocalIsolate *isolate)
 
 MutexGuardIfOffThread (const MutexGuardIfOffThread &)=delete
 
MutexGuardIfOffThreadoperator= (const MutexGuardIfOffThread &)=delete
 

Private Attributes

std::optional< base::MutexGuardmutex_guard_
 

Detailed Description

Definition at line 215 of file local-isolate.h.

Constructor & Destructor Documentation

◆ MutexGuardIfOffThread() [1/2]

v8::internal::MutexGuardIfOffThread< LocalIsolate >::MutexGuardIfOffThread ( base::Mutex * mutex,
LocalIsolate * isolate )
inline

Definition at line 217 of file local-isolate.h.

◆ MutexGuardIfOffThread() [2/2]

Member Function Documentation

◆ operator=()

Member Data Documentation

◆ mutex_guard_

std::optional<base::MutexGuard> v8::internal::MutexGuardIfOffThread< LocalIsolate >::mutex_guard_
private

Definition at line 227 of file local-isolate.h.


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