![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/platform/mutex.h"
#include "src/flags/flags.h"
#include "src/init/v8.h"
#include "src/snapshot/snapshot-source-sink.h"
#include "src/snapshot/snapshot.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
void | v8::internal::SetSnapshotFromFile (StartupData *snapshot_blob) |
Variables | |
static base::LazyMutex | v8::internal::external_startup_data_mutex = LAZY_MUTEX_INITIALIZER |
static v8::StartupData | v8::internal::external_startup_blob = {nullptr, 0} |