![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "absl/synchronization/mutex.h"
#include "src/base/base-export.h"
#include "src/base/lazy-instance.h"
#include "src/base/platform/mutex.h"
Go to the source code of this file.
Classes | |
class | v8::base::ConditionVariable |
Namespaces | |
namespace | v8 |
namespace | v8::base |
Macros | |
#define | LAZY_CONDITION_VARIABLE_INITIALIZER LAZY_STATIC_INSTANCE_INITIALIZER |
Typedefs | |
using | v8::base::LazyConditionVariable |
#define LAZY_CONDITION_VARIABLE_INITIALIZER LAZY_STATIC_INSTANCE_INITIALIZER |
Definition at line 88 of file condition-variable.h.