v8  4.6.85 (node 5.12.0)
V8 is Google's open source JavaScript engine
Locker Class Reference

#include <v8.h>

Public Member Functions

V8_INLINE Locker (Isolate *isolate)
 
 ~Locker ()
 

Static Public Member Functions

static bool IsLocked (Isolate *isolate)
 
static bool IsActive ()
 

Detailed Description

Definition at line 6816 of file v8.h.

Constructor & Destructor Documentation

◆ Locker()

V8_INLINE Locker ( Isolate isolate)
inlineexplicit

Initialize Locker for a given Isolate.

Definition at line 6821 of file v8.h.

◆ ~Locker()

~Locker ( )

Member Function Documentation

◆ IsActive()

static bool IsActive ( )
static

Returns whether v8::Locker is being used by this V8 instance.

◆ IsLocked()

static bool IsLocked ( Isolate isolate)
static

Returns whether or not the locker for a given isolate, is locked by the current thread.


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