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

#include <gdb-server.h>

Collaboration diagram for v8::internal::wasm::gdb_server::GdbServer::WasmModuleInfo:

Public Attributes

uint32_t module_id
 
std::string module_name
 

Detailed Description

Definition at line 43 of file gdb-server.h.

Member Data Documentation

◆ module_id

uint32_t v8::internal::wasm::gdb_server::GdbServer::WasmModuleInfo::module_id

Definition at line 44 of file gdb-server.h.

◆ module_name

std::string v8::internal::wasm::gdb_server::GdbServer::WasmModuleInfo::module_name

Definition at line 45 of file gdb-server.h.


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