![]() |
V8
latest master commit
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Data Structures | |
| struct | cppgc::internal::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 | cppgc::internal::DCheckImpl (const char *, const SourceLocation &=SourceLocation::Current()) |
| void V8_EXPORT | cppgc::internal::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 | |||
| ) |