![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::compiler::SwitchInfoT, including all inherited members.
case_count() const | v8::internal::compiler::SwitchInfoT | inline |
CaseInfo typedef | v8::internal::compiler::SwitchInfoT | |
cases_ | v8::internal::compiler::SwitchInfoT | private |
CasesSortedByValue() const | v8::internal::compiler::SwitchInfoT | inline |
CasesUnsorted() const | v8::internal::compiler::SwitchInfoT | inline |
default_branch() const | v8::internal::compiler::SwitchInfoT | inline |
default_branch_ | v8::internal::compiler::SwitchInfoT | private |
max_value() const | v8::internal::compiler::SwitchInfoT | inline |
max_value_ | v8::internal::compiler::SwitchInfoT | private |
min_value() const | v8::internal::compiler::SwitchInfoT | inline |
min_value_ | v8::internal::compiler::SwitchInfoT | private |
SwitchInfoT(ZoneVector< CaseInfo > const &cases, int32_t min_value, int32_t max_value, turboshaft::Block *default_branch) | v8::internal::compiler::SwitchInfoT | inline |
value_range() const | v8::internal::compiler::SwitchInfoT | inline |
value_range_ | v8::internal::compiler::SwitchInfoT | private |