|  | v8
    9.0.257(node16.0.0)
    V8 is Google's open source JavaScript engine | 


Go to the source code of this file.
| Data Structures | |
| struct | EatParams< typename > | 
| Namespaces | |
| cppgc | |
| 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 | |||
| ) |