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

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

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

Public Member Functions

template<typename ValidationTag >
 ContIndexImmediate (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 ContTypecont_type = nullptr
 
bool shared = false
 
- Public Attributes inherited from v8::internal::wasm::TypeIndexImmediate
ModuleTypeIndex index
 
uint32_t length
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ContIndexImmediate()

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

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

Member Function Documentation

◆ heap_type()

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

Definition at line 651 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

◆ cont_type

const ContType* v8::internal::wasm::ContIndexImmediate::cont_type = nullptr

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

◆ shared

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

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


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