![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/init/startup-data-util.h"#include <stdlib.h>#include <string.h>#include "include/v8-initialization.h"#include "include/v8-snapshot.h"#include "src/base/file-utils.h"#include "src/base/logging.h"#include "src/base/platform/platform.h"#include "src/base/platform/wrappers.h"#include "src/flags/flags.h"#include "src/utils/utils.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| void | v8::internal::InitializeExternalStartupData (const char *directory_path) |
| void | v8::internal::InitializeExternalStartupDataFromFile (const char *snapshot_blob) |