![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <local-isolate.h>
Public Member Functions | |
MutexGuardIfOffThread (base::Mutex *mutex, LocalIsolate *isolate) | |
MutexGuardIfOffThread (const MutexGuardIfOffThread &)=delete | |
MutexGuardIfOffThread & | operator= (const MutexGuardIfOffThread &)=delete |
Private Attributes | |
std::optional< base::MutexGuard > | mutex_guard_ |
Definition at line 215 of file local-isolate.h.
|
inline |
Definition at line 217 of file local-isolate.h.
|
delete |
|
delete |
|
private |
Definition at line 227 of file local-isolate.h.