![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <phase.h>
Public Member Functions | |
ComponentWithZone (ZoneStats *zone_stats) | |
ComponentWithZone (ZoneWithName< ZoneName > existing_zone) | |
![]() | |
ComponentWithZone (ZoneStats *zone_stats) | |
ComponentWithZone (ZoneWithName< ZoneName > existing_zone) | |
Public Attributes | |
Pointer< Graph > | graph = nullptr |
Pointer< SourcePositionTable > | source_positions = nullptr |
Pointer< NodeOriginTable > | node_origins = nullptr |
bool | graph_has_special_rpo = false |
bool | graph_has_lowered_fast_api_calls = false |
![]() | |
ZoneWithName< ZoneName > | zone |
Additional Inherited Members | |
![]() | |
using | Pointer |
|
inlineexplicit |
|
inlineexplicit |
bool v8::internal::compiler::turboshaft::detail::GraphComponent::graph_has_lowered_fast_api_calls = false |
bool v8::internal::compiler::turboshaft::detail::GraphComponent::graph_has_special_rpo = false |
Pointer<NodeOriginTable> v8::internal::compiler::turboshaft::detail::GraphComponent::node_origins = nullptr |
Pointer<SourcePositionTable> v8::internal::compiler::turboshaft::detail::GraphComponent::source_positions = nullptr |