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

#include <wasm-module-builder.h>

Collaboration diagram for v8::internal::wasm::WasmModuleBuilder::WasmElemSegment::Entry:

Public Types

enum  Kind { kGlobalGetEntry , kRefFuncEntry , kRefNullEntry }
 

Public Member Functions

 Entry (Kind kind, uint32_t index)
 
 Entry ()
 

Public Attributes

enum v8::internal::wasm::WasmModuleBuilder::WasmElemSegment::Entry::Kind kind
 
uint32_t index
 

Detailed Description

Definition at line 278 of file wasm-module-builder.h.

Member Enumeration Documentation

◆ Kind

Enumerator
kGlobalGetEntry 
kRefFuncEntry 
kRefNullEntry 

Definition at line 279 of file wasm-module-builder.h.

Constructor & Destructor Documentation

◆ Entry() [1/2]

v8::internal::wasm::WasmModuleBuilder::WasmElemSegment::Entry::Entry ( Kind kind,
uint32_t index )
inline

Definition at line 281 of file wasm-module-builder.h.

◆ Entry() [2/2]

v8::internal::wasm::WasmModuleBuilder::WasmElemSegment::Entry::Entry ( )
inline

Definition at line 282 of file wasm-module-builder.h.

Member Data Documentation

◆ index

uint32_t v8::internal::wasm::WasmModuleBuilder::WasmElemSegment::Entry::index

Definition at line 280 of file wasm-module-builder.h.

◆ kind

enum v8::internal::wasm::WasmModuleBuilder::WasmElemSegment::Entry::Kind v8::internal::wasm::WasmModuleBuilder::WasmElemSegment::Entry::kind

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