v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::TurbofanPhase Concept Reference
#include <
phase.h
>
Concept definition
template
<
typename
Phase>
concept
v8::internal::compiler::turboshaft::TurbofanPhase
=
requires
(
Phase
p) { p.kKind ==
PhaseKind::kTurbofan
; }
v8::internal::compiler::turboshaft::TurbofanPhase
Definition
phase.h:81
v8::internal::compiler::Phase
Phase
Definition
simplified-lowering.cc:61
v8::internal::compiler::PhaseKind::kTurbofan
@ kTurbofan
Detailed Description
Definition at line
81
of file
phase.h
.
v8
internal
compiler
turboshaft
TurbofanPhase
Generated on Sun Apr 6 2025 21:09:47 for v8 by
1.12.0