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

#include <snapshot-table.h>

Collaboration diagram for v8::internal::compiler::turboshaft::NoChangeCallback:

Public Member Functions

template<class Key , class Value >
void operator() (Key key, const Value &old_value, const Value &new_value) const
 

Detailed Description

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

Member Function Documentation

◆ operator()()

template<class Key , class Value >
void v8::internal::compiler::turboshaft::NoChangeCallback::operator() ( Key key,
const Value & old_value,
const Value & new_value ) const
inline

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


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