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

#include <wasm-in-js-inlining-reducer-inl.h>

Inheritance diagram for v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >::Value:
Collaboration diagram for v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >::Value:

Public Member Functions

template<typename... Args>
 Value (Args &&... args) V8_NOEXCEPT
 
- Public Member Functions inherited from v8::internal::wasm::ValueBase< ValidationTag >
 ValueBase (const uint8_t *pc, ValueType type)
 
- Public Member Functions inherited from v8::internal::wasm::PcForErrors< ValidationTag::validate >
 PcForErrors (const uint8_t *)
 
const uint8_t * pc () const
 

Public Attributes

OpIndex op = OpIndex::Invalid()
 
- Public Attributes inherited from v8::internal::wasm::ValueBase< ValidationTag >
ValueType type = kWasmVoid
 

Detailed Description

template<class Assembler>
struct v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >::Value

Definition at line 130 of file wasm-in-js-inlining-reducer-inl.h.

Constructor & Destructor Documentation

◆ Value()

template<class Assembler >
template<typename... Args>
v8::internal::compiler::turboshaft::WasmInJsInliningInterface< Assembler >::Value::Value ( Args &&... args)
inlineexplicit

Definition at line 133 of file wasm-in-js-inlining-reducer-inl.h.

Member Data Documentation

◆ op


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