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

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

Inheritance diagram for v8::internal::wasm::SigIndexImmediate:
Collaboration diagram for v8::internal::wasm::SigIndexImmediate:

Public Member Functions

template<typename ValidationTag >
 SigIndexImmediate (Decoder *decoder, const uint8_t *pc, ValidationTag validate={})
 
HeapType heap_type () const
 
- Public Member Functions inherited from v8::internal::wasm::TypeIndexImmediate
template<typename ValidationTag >
 TypeIndexImmediate (Decoder *decoder, const uint8_t *pc, const char *name, ValidationTag={})
 

Public Attributes

const FunctionSigsig = nullptr
 
bool shared = false
 
- Public Attributes inherited from v8::internal::wasm::TypeIndexImmediate
ModuleTypeIndex index
 
uint32_t length
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SigIndexImmediate()

template<typename ValidationTag >
v8::internal::wasm::SigIndexImmediate::SigIndexImmediate ( Decoder * decoder,
const uint8_t * pc,
ValidationTag validate = {} )
inline

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

Member Function Documentation

◆ heap_type()

HeapType v8::internal::wasm::SigIndexImmediate::heap_type ( ) const
inline

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

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ shared

bool v8::internal::wasm::SigIndexImmediate::shared = false

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

◆ sig

const FunctionSig* v8::internal::wasm::SigIndexImmediate::sig = nullptr

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


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