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

#include <module-decoder.h>

Collaboration diagram for v8::internal::wasm::AsmJsOffsetFunctionEntries:

Public Attributes

int start_offset
 
int end_offset
 
std::vector< AsmJsOffsetEntryentries
 

Detailed Description

Definition at line 49 of file module-decoder.h.

Member Data Documentation

◆ end_offset

int v8::internal::wasm::AsmJsOffsetFunctionEntries::end_offset

Definition at line 51 of file module-decoder.h.

◆ entries

std::vector<AsmJsOffsetEntry> v8::internal::wasm::AsmJsOffsetFunctionEntries::entries

Definition at line 52 of file module-decoder.h.

◆ start_offset

int v8::internal::wasm::AsmJsOffsetFunctionEntries::start_offset

Definition at line 50 of file module-decoder.h.


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