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

Public Attributes

size_t offset
 
uint32_t direct_index
 

Detailed Description

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

Member Data Documentation

◆ direct_index

uint32_t v8::internal::wasm::WasmFunctionBuilder::DirectCallIndex::direct_index

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

◆ offset

size_t v8::internal::wasm::WasmFunctionBuilder::DirectCallIndex::offset

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


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