v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::TurboshaftGraphBuildingInterface::Value Struct Reference
Inheritance diagram for v8::internal::wasm::TurboshaftGraphBuildingInterface::Value:
Collaboration diagram for v8::internal::wasm::TurboshaftGraphBuildingInterface::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

Definition at line 469 of file turboshaft-graph-interface.cc.

Constructor & Destructor Documentation

◆ Value()

template<typename... Args>
v8::internal::wasm::TurboshaftGraphBuildingInterface::Value::Value ( Args &&... args)
inlineexplicit

Definition at line 472 of file turboshaft-graph-interface.cc.

Member Data Documentation

◆ op

OpIndex v8::internal::wasm::TurboshaftGraphBuildingInterface::Value::op = OpIndex::Invalid()

Definition at line 470 of file turboshaft-graph-interface.cc.


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