Searched refs:DCHECK_WITH_MSG (Results 1 – 3 of 3) sorted by relevance
57 #define DCHECK_WITH_MSG(condition, message) \ macro63 #define DCHECK(condition) DCHECK_WITH_MSG(condition, #condition)103 #define DCHECK_WITH_MSG(condition, msg) void(0); macro333 DCHECK_WITH_MSG(!(lhs) || (rhs), #lhs " implies " #rhs)
84 DCHECK_WITH_MSG(!map->IsJSObjectMap(), \
648 DCHECK_WITH_MSG( in ReadData()