![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <errno.h>#include <signal.h>#include <stdio.h>#include <iomanip>#include "include/libplatform/libplatform.h"#include "include/v8-initialization.h"#include "src/base/platform/elapsed-timer.h"#include "src/base/platform/platform.h"#include "src/base/platform/wrappers.h"#include "src/base/vector.h"#include "src/codegen/cpu-features.h"#include "src/common/globals.h"#include "src/flags/flags.h"#include "src/snapshot/embedded/embedded-file-writer.h"#include "src/snapshot/snapshot.h"#include "src/snapshot/static-roots-gen.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |