V8 Project
|
Go to the source code of this file.
Classes | |
class | v8::base::FINAL< T, S > |
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::base | |
Macros | |
#define | LAZY_MUTEX_INITIALIZER LAZY_STATIC_INSTANCE_INITIALIZER |
#define | LAZY_RECURSIVE_MUTEX_INITIALIZER LAZY_STATIC_INSTANCE_INITIALIZER |
Typedefs | |
typedef LazyStaticInstance< Mutex, DefaultConstructTrait< Mutex >, ThreadSafeInitOnceTrait >::type | v8::base::LazyMutex |
typedef LazyStaticInstance< RecursiveMutex, DefaultConstructTrait< RecursiveMutex >, ThreadSafeInitOnceTrait >::type | v8::base::LazyRecursiveMutex |
#define LAZY_MUTEX_INITIALIZER LAZY_STATIC_INSTANCE_INITIALIZER |
#define LAZY_RECURSIVE_MUTEX_INITIALIZER LAZY_STATIC_INSTANCE_INITIALIZER |