V8 Project
|
#include "src/base/utils/random-number-generator.h"
#include <stdio.h>
#include <stdlib.h>
#include <new>
#include "src/base/macros.h"
#include "src/base/platform/mutex.h"
#include "src/base/platform/time.h"
Go to the source code of this file.
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::base | |
Variables | |
static LazyMutex | v8::base::entropy_mutex = LAZY_MUTEX_INITIALIZER |
static RandomNumberGenerator::EntropySource | v8::base::entropy_source = NULL |