Go to the source code of this file.
◆ CPPGC_CHECK
#define CPPGC_CHECK |
( |
| condition | ) |
|
◆ CPPGC_CHECK_MSG
#define CPPGC_CHECK_MSG |
( |
| condition, |
|
|
| message ) |
Value: do { \
::cppgc::internal::FatalImpl(message); \
} \
} while (false)
#define V8_UNLIKELY(condition)
Definition at line 38 of file logging.h.
◆ CPPGC_DCHECK
#define CPPGC_DCHECK |
( |
| condition | ) |
|
Value:
#define CPPGC_DCHECK_MSG(condition, message)
Definition at line 36 of file logging.h.
Referenced by PersistentRegion::AllocateNode(), BasePageHandle::BasePageHandle(), cppgc::internal::EnsureGCInfoIndex(), PersistentNode::FreeListNext(), PersistentRegion::FreeNode(), PersistentRegionBase::FreeNode(), PersistentNode::InitializeAsUsedNode(), PersistentNode::owner(), PersistentRegion::PersistentRegion(), PersistentNode::Trace(), Visitor::Trace(), Visitor::Trace(), Visitor::TraceEphemeron(), Visitor::TraceEphemeron(), Visitor::TraceStrongly(), PersistentRegionBase::TryAllocateNodeFromFreeList(), PersistentNode::UpdateOwner(), and BasicCrossThreadPersistent< T, internal::StrongCrossThreadPersistentPolicy >::~BasicCrossThreadPersistent().
◆ CPPGC_DCHECK_MSG
#define CPPGC_DCHECK_MSG |
( |
| condition, |
|
|
| message ) |
Value:
static_cast<void>(condition), message)>{}))
Definition at line 31 of file logging.h.