Searched defs:SLOW_ASSERT (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/ | ||
H A D | checks.h | 267 #define SLOW_ASSERT(condition) CHECK(!FLAG_enable_slow_asserts || (condition)) macro 276 #define SLOW_ASSERT(condition) ((void) 0) macro |
Completed in 162 milliseconds