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

#include <wasm-load-elimination-reducer.h>

Collaboration diagram for v8::internal::compiler::turboshaft::wle::BaseData:

Public Types

using Key = SnapshotTable<OpIndex, KeyData>::Key
 

Public Attributes

v8::base::DoublyThreadedList< Key, BaseListTraitswith_offsets
 

Detailed Description

Definition at line 95 of file wasm-load-elimination-reducer.h.

Member Typedef Documentation

◆ Key

Member Data Documentation

◆ with_offsets

v8::base::DoublyThreadedList<Key, BaseListTraits> v8::internal::compiler::turboshaft::wle::BaseData::with_offsets

Definition at line 98 of file wasm-load-elimination-reducer.h.


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