![]() |
v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|


Go to the source code of this file.
Data Structures | |
| struct | EatParams< typename > |
Namespaces | |
| namespace | cppgc |
| namespace | cppgc::internal |
Macros | |
| #define | CPPGC_DCHECK_MSG(condition, message) |
| #define | CPPGC_DCHECK(condition) CPPGC_DCHECK_MSG(condition, #condition) |
| #define | CPPGC_CHECK_MSG(condition, message) |
| #define | CPPGC_CHECK(condition) CPPGC_CHECK_MSG(condition, #condition) |
Functions | |
| void V8_EXPORT | DCheckImpl (const char *, const SourceLocation &=SourceLocation::Current()) |
| void V8_EXPORT | FatalImpl (const char *, const SourceLocation &=SourceLocation::Current()) |
| #define CPPGC_CHECK | ( | condition | ) | CPPGC_CHECK_MSG(condition, #condition) |
| #define CPPGC_CHECK_MSG | ( | condition, | |
| message | |||
| ) |
| #define CPPGC_DCHECK | ( | condition | ) | CPPGC_DCHECK_MSG(condition, #condition) |
| #define CPPGC_DCHECK_MSG | ( | condition, | |
| message | |||
| ) |