#include <v8-locker.h>
Definition at line 109 of file v8-locker.h.
◆ Locker() [1/2]
◆ ~Locker()
◆ Locker() [2/2]
◆ IsActive()
◆ IsLocked()
static bool IsLocked |
( |
Isolate * |
isolate | ) |
|
|
static |
Returns whether or not the locker for a given isolate, is locked by the current thread.
◆ operator=()
void operator= |
( |
const Locker & |
| ) |
|
|
delete |
◆ WasEverUsed()
static bool WasEverUsed |
( |
| ) |
|
|
static |
Returns whether any v8::Locker has ever been used in this process. TODO(cbruni, chromium:1240851): Fix locking checks on a per-thread basis. The current implementation is quite confusing and leads to unexpected results if anybody uses v8::Locker in the current process.
The documentation for this class was generated from the following file: