![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cstdarg>
#include <memory>
#include "src/base/compiler-specific.h"
#include "src/base/macros.h"
#include "src/base/platform/platform.h"
#include "src/common/globals.h"
Go to the source code of this file.
Classes | |
class | v8::internal::wasm::WasmError |
class | v8::internal::wasm::Result< T > |
class | v8::internal::wasm::ErrorThrower |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::wasm |
Typedefs | |
using | v8::internal::wasm::VoidResult = Result<std::nullptr_t> |