![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cstddef>#include <cstdint>#include <limits>#include "src/base/macros.h"#include "src/wasm/wasm-constants.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::wasm |
Functions | |
| uint32_t | v8::internal::wasm::max_mem32_pages () |
| uint32_t | v8::internal::wasm::max_mem64_pages () |
| uint64_t | v8::internal::wasm::max_mem32_bytes () |
| uint64_t | v8::internal::wasm::max_mem64_bytes () |
| uint32_t | v8::internal::wasm::max_table_size () |
| uint32_t | v8::internal::wasm::max_table_init_entries () |
| size_t | v8::internal::wasm::max_module_size () |