Searched defs:ASSERT_WITH_MESSAGE (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DAssertions.h266 /* ASSERT_WITH_MESSAGE */
269 #define ASSERT_WITH_MESSAGE(assertion) ((void)0) macro
271 #define ASSERT_WITH_MESSAGE(assertion, arg...) ((void)0) macro
273 #define ASSERT_WITH_MESSAGE(assertion, ...) ((void)0) macro
275 #define ASSERT_WITH_MESSAGE(assertion, ...) do \ macro

Completed in 84 milliseconds