![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/snapshot/embedded/platform-embedded-file-writer-base.h"#include <string>#include "src/common/globals.h"#include "src/snapshot/embedded/platform-embedded-file-writer-aix.h"#include "src/snapshot/embedded/platform-embedded-file-writer-generic.h"#include "src/snapshot/embedded/platform-embedded-file-writer-mac.h"#include "src/snapshot/embedded/platform-embedded-file-writer-win.h"#include "src/snapshot/embedded/platform-embedded-file-writer-zos.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| DataDirective | v8::internal::PointerSizeDirective () |
| int | v8::internal::DataDirectiveSize (DataDirective directive) |
| std::unique_ptr< PlatformEmbeddedFileWriterBase > | v8::internal::NewPlatformEmbeddedFileWriter (const char *target_arch, const char *target_os) |