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

Public Attributes

WasmCodePointer call_target
 
wasm::WasmCodecode
 

Detailed Description

Definition at line 805 of file wasm-objects.h.

Member Data Documentation

◆ call_target

WasmCodePointer v8::internal::WasmDispatchTableData::WrapperEntry::call_target

Definition at line 806 of file wasm-objects.h.

◆ code

wasm::WasmCode* v8::internal::WasmDispatchTableData::WrapperEntry::code

Definition at line 807 of file wasm-objects.h.


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