![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <stdint.h>#include <stdlib.h>#include <atomic>#include "include/v8config.h"#include "src/base/immediate-crash.h"Go to the source code of this file.
Classes | |
| struct | v8::internal::trap_handler::ProtectedInstructionData |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::trap_handler |
Macros | |
| #define | V8_TRAP_HANDLER_SUPPORTED false |
| #define | TH_EXPORT_PRIVATE |
| #define | TH_CHECK(condition) |
| #define | TH_DCHECK(condition) |
| #define | TH_DISABLE_ASAN |
Variables | |
| const int | v8::internal::trap_handler::kInvalidIndex = -1 |
| #define TH_CHECK | ( | condition | ) |
Definition at line 87 of file trap-handler.h.
| #define TH_DCHECK | ( | condition | ) |
Definition at line 92 of file trap-handler.h.
| #define TH_DISABLE_ASAN |
Definition at line 102 of file trap-handler.h.
| #define TH_EXPORT_PRIVATE |
Definition at line 82 of file trap-handler.h.
| #define V8_TRAP_HANDLER_SUPPORTED false |
Definition at line 55 of file trap-handler.h.