![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/codegen/bailout-reason.h"#include "src/base/logging.h"#include "src/sandbox/check.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | ERROR_MESSAGES_TEXTS(C, T) |
Functions | |
| const char * | v8::internal::GetBailoutReason (BailoutReason reason) |
| const char * | v8::internal::GetAbortReason (AbortReason reason) |
| bool | v8::internal::IsValidAbortReason (int reason_id) |
| #define ERROR_MESSAGES_TEXTS | ( | C, | |
| T ) |
Definition at line 13 of file bailout-reason.cc.