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