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

#include <wasm-compiler-definitions.h>

Collaboration diagram for v8::internal::compiler::WasmTypeCheckConfig:

Public Attributes

wasm::ValueType from
 
const wasm::ValueType to
 
ExactOrSubtype exactness {kMayBeSubtype}
 

Detailed Description

Definition at line 43 of file wasm-compiler-definitions.h.

Member Data Documentation

◆ exactness

ExactOrSubtype v8::internal::compiler::WasmTypeCheckConfig::exactness {kMayBeSubtype}

Definition at line 46 of file wasm-compiler-definitions.h.

◆ from

wasm::ValueType v8::internal::compiler::WasmTypeCheckConfig::from

Definition at line 44 of file wasm-compiler-definitions.h.

◆ to

const wasm::ValueType v8::internal::compiler::WasmTypeCheckConfig::to

Definition at line 45 of file wasm-compiler-definitions.h.


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