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

#include <snapshot-table.h>

Collaboration diagram for v8::internal::compiler::turboshaft::SnapshotTable< Value, KeyData >::LogEntry:

Public Attributes

TableEntrytable_entry
 
Value old_value
 
Value new_value
 

Detailed Description

template<class Value, class KeyData = NoKeyData>
struct v8::internal::compiler::turboshaft::SnapshotTable< Value, KeyData >::LogEntry

Definition at line 342 of file snapshot-table.h.

Member Data Documentation

◆ new_value

template<class Value , class KeyData = NoKeyData>
Value v8::internal::compiler::turboshaft::SnapshotTable< Value, KeyData >::LogEntry::new_value

Definition at line 345 of file snapshot-table.h.

◆ old_value

template<class Value , class KeyData = NoKeyData>
Value v8::internal::compiler::turboshaft::SnapshotTable< Value, KeyData >::LogEntry::old_value

Definition at line 344 of file snapshot-table.h.

◆ table_entry

template<class Value , class KeyData = NoKeyData>
TableEntry& v8::internal::compiler::turboshaft::SnapshotTable< Value, KeyData >::LogEntry::table_entry

Definition at line 343 of file snapshot-table.h.


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