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

#include <wasm-subtyping.h>

Collaboration diagram for v8::internal::wasm::TypeInModule:

Public Member Functions

 TypeInModule (ValueType type, const WasmModule *module)
 
 TypeInModule ()
 
bool operator== (const TypeInModule &other) const
 

Public Attributes

ValueType type
 
const WasmModulemodule
 

Detailed Description

Definition at line 138 of file wasm-subtyping.h.

Constructor & Destructor Documentation

◆ TypeInModule() [1/2]

v8::internal::wasm::TypeInModule::TypeInModule ( ValueType type,
const WasmModule * module )
inline

Definition at line 142 of file wasm-subtyping.h.

◆ TypeInModule() [2/2]

v8::internal::wasm::TypeInModule::TypeInModule ( )
inline

Definition at line 145 of file wasm-subtyping.h.

Member Function Documentation

◆ operator==()

bool v8::internal::wasm::TypeInModule::operator== ( const TypeInModule & other) const
inline

Definition at line 147 of file wasm-subtyping.h.

Member Data Documentation

◆ module

const WasmModule* v8::internal::wasm::TypeInModule::module

Definition at line 140 of file wasm-subtyping.h.

◆ type

ValueType v8::internal::wasm::TypeInModule::type

Definition at line 139 of file wasm-subtyping.h.


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