v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::EmptyInterface Class Reference

#include <function-body-decoder-impl.h>

Collaboration diagram for v8::internal::wasm::EmptyInterface:

Public Types

using ValidationTag = Decoder::FullValidationTag
 
using Value = ValueBase<ValidationTag>
 
using Control = ControlBase<Value, ValidationTag>
 
using FullDecoder = WasmFullDecoder<ValidationTag, EmptyInterface>
 

Static Public Attributes

static constexpr DecodingMode decoding_mode = kFunctionBody
 
static constexpr bool kUsesPoppedArgs = false
 

Detailed Description

Definition at line 7107 of file function-body-decoder-impl.h.

Member Typedef Documentation

◆ Control

◆ FullDecoder

◆ ValidationTag

◆ Value

Member Data Documentation

◆ decoding_mode

DecodingMode v8::internal::wasm::EmptyInterface::decoding_mode = kFunctionBody
staticconstexpr

Definition at line 7110 of file function-body-decoder-impl.h.

◆ kUsesPoppedArgs

bool v8::internal::wasm::EmptyInterface::kUsesPoppedArgs = false
staticconstexpr

Definition at line 7111 of file function-body-decoder-impl.h.


The documentation for this class was generated from the following file: