![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
template<typename... Args> | |
Value (Args &&... args) V8_NOEXCEPT | |
![]() | |
ValueBase (const uint8_t *pc, ValueType type) | |
![]() | |
PcForErrors (const uint8_t *) | |
const uint8_t * | pc () const |
Public Attributes | |
OpIndex | op = OpIndex::Invalid() |
![]() | |
ValueType | type = kWasmVoid |
Definition at line 469 of file turboshaft-graph-interface.cc.
|
inlineexplicit |
Definition at line 472 of file turboshaft-graph-interface.cc.
OpIndex v8::internal::wasm::TurboshaftGraphBuildingInterface::Value::op = OpIndex::Invalid() |
Definition at line 470 of file turboshaft-graph-interface.cc.