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

#include <wasm-module.h>

Collaboration diagram for v8::internal::wasm::WasmDebugSymbols:

Public Types

enum  Type { SourceMap , EmbeddedDWARF , ExternalDWARF , None }
 

Public Attributes

Type type = Type::None
 
WireBytesRef external_url
 

Static Public Attributes

static constexpr int kNumTypes = 3
 

Detailed Description

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

Member Enumeration Documentation

◆ Type

Enumerator
SourceMap 
EmbeddedDWARF 
ExternalDWARF 
None 

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

Member Data Documentation

◆ external_url

WireBytesRef v8::internal::wasm::WasmDebugSymbols::external_url

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

◆ kNumTypes

int v8::internal::wasm::WasmDebugSymbols::kNumTypes = 3
staticconstexpr

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

◆ type

Type v8::internal::wasm::WasmDebugSymbols::type = Type::None

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


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