![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Public Attributes | |
Block * | didnt_throw_block |
Block * | catch_block |
![]() | |
const Opcode | opcode |
SaturatedUint8 | saturated_use_count |
const uint16_t | input_count |
Static Public Attributes | |
static constexpr OpEffects | effects = OpEffects().CanCallAnything() |
![]() | |
static constexpr uint16_t | input_count |
![]() | |
static const Opcode | opcode |
Definition at line 4159 of file operations.h.
|
inline |
Definition at line 4173 of file operations.h.
size_t v8::internal::compiler::turboshaft::CheckExceptionOp::hash_value | ( | HashingStrategy | strategy = HashingStrategy::kDefault | ) | const |
|
inline |
Definition at line 4168 of file operations.h.
|
inline |
|
inline |
Definition at line 4164 of file operations.h.
void v8::internal::compiler::turboshaft::CheckExceptionOp::Validate | ( | const Graph & | graph | ) | const |
Block* v8::internal::compiler::turboshaft::CheckExceptionOp::catch_block |
Definition at line 4161 of file operations.h.
Block* v8::internal::compiler::turboshaft::CheckExceptionOp::didnt_throw_block |
Definition at line 4160 of file operations.h.
|
staticconstexpr |
Definition at line 4163 of file operations.h.