v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
leb-helper.h File Reference
#include <cstddef>
#include <cstdint>
Include dependency graph for leb-helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::wasm::LEBHelper
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Variables

constexpr size_t v8::internal::wasm::kPaddedVarInt32Size = 5
 
constexpr size_t v8::internal::wasm::kMaxVarInt32Size = 5
 
constexpr size_t v8::internal::wasm::kMaxVarInt64Size = 10