|  | v8
    9.0.257(node16.0.0)
    V8 is Google's open source JavaScript engine | 
#include <v8.h>
| Public Member Functions | |
| V8_INLINE | Locker (Isolate *isolate) | 
| ~Locker () | |
| Locker (const Locker &)=delete | |
| void | operator= (const Locker &)=delete | 
| Static Public Member Functions | |
| static bool | IsLocked (Isolate *isolate) | 
| static bool | IsActive () | 
| ~Locker | ( | ) | 
| 
 | static | 
Returns whether v8::Locker is being used by this V8 instance.
| 
 | static | 
Returns whether or not the locker for a given isolate, is locked by the current thread.
| 
 | delete |