![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/wasm/streaming-decoder.h"
#include <optional>
#include "src/logging/counters.h"
#include "src/wasm/decoder.h"
#include "src/wasm/leb-helper.h"
#include "src/wasm/module-decoder.h"
#include "src/wasm/wasm-code-manager.h"
#include "src/wasm/wasm-limits.h"
#include "src/wasm/wasm-objects.h"
#include "src/wasm/wasm-result.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::wasm |
Macros | |
#define | TRACE_STREAMING(...) |
#define TRACE_STREAMING | ( | ... | ) |
Definition at line 18 of file streaming-decoder.cc.
|
private |
Definition at line 386 of file streaming-decoder.cc.
|
private |
Definition at line 385 of file streaming-decoder.cc.
|
private |
Definition at line 384 of file streaming-decoder.cc.