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

#include <wasm-module.h>

Collaboration diagram for v8::internal::wasm::WasmFunction:

Public Attributes

const FunctionSigsig = nullptr
 
uint32_t func_index = 0
 
ModuleTypeIndex sig_index {0}
 
WireBytesRef code = {}
 
bool imported = false
 
bool exported = false
 
bool declared = false
 

Detailed Description

Definition at line 78 of file wasm-module.h.

Member Data Documentation

◆ code

WireBytesRef v8::internal::wasm::WasmFunction::code = {}

Definition at line 83 of file wasm-module.h.

◆ declared

bool v8::internal::wasm::WasmFunction::declared = false

Definition at line 86 of file wasm-module.h.

◆ exported

bool v8::internal::wasm::WasmFunction::exported = false

Definition at line 85 of file wasm-module.h.

◆ func_index

uint32_t v8::internal::wasm::WasmFunction::func_index = 0

Definition at line 80 of file wasm-module.h.

◆ imported

bool v8::internal::wasm::WasmFunction::imported = false

Definition at line 84 of file wasm-module.h.

◆ sig

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

Definition at line 79 of file wasm-module.h.

◆ sig_index

ModuleTypeIndex v8::internal::wasm::WasmFunction::sig_index {0}

Definition at line 81 of file wasm-module.h.


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