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

#include <wasm-revec-phase.h>

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

Public Member Functions

 WasmRevecVerifier (std::function< void(const Graph &)> handler)
 
void Verify (const Graph &graph)
 

Private Attributes

std::function< void(const Graph &)> handler_ = nullptr
 

Detailed Description

Definition at line 16 of file wasm-revec-phase.h.

Constructor & Destructor Documentation

◆ WasmRevecVerifier()

v8::internal::compiler::turboshaft::WasmRevecVerifier::WasmRevecVerifier ( std::function< void(const Graph &)> handler)
inlineexplicit

Definition at line 18 of file wasm-revec-phase.h.

Member Function Documentation

◆ Verify()

void v8::internal::compiler::turboshaft::WasmRevecVerifier::Verify ( const Graph & graph)
inline

Definition at line 21 of file wasm-revec-phase.h.

Here is the caller graph for this function:

Member Data Documentation

◆ handler_

std::function<void(const Graph&)> v8::internal::compiler::turboshaft::WasmRevecVerifier::handler_ = nullptr
private

Definition at line 26 of file wasm-revec-phase.h.


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