v8
10.1.124 (node 18.2.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 | |||
) |