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

#include <wasm-module.h>

Collaboration diagram for v8::internal::wasm::WasmFunctionName:

Public Member Functions

 WasmFunctionName (int func_index, WasmName name)
 

Public Attributes

const int func_index_
 
const WasmName name_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ WasmFunctionName()

v8::internal::wasm::WasmFunctionName::WasmFunctionName ( int func_index,
WasmName name )
inline

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

Member Data Documentation

◆ func_index_

const int v8::internal::wasm::WasmFunctionName::func_index_

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

◆ name_

const WasmName v8::internal::wasm::WasmFunctionName::name_

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


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