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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DAssertions.h222 #define ASSERT_WITH_SECURITY_IMPLICATION(assertion) \ macro
230 #define ASSERT_WITH_SECURITY_IMPLICATION(assertion) ((void)0) macro
265 #define ASSERT_WITH_SECURITY_IMPLICATION(assertion) \ macro
/macosx-10.10/WebCore-7600.1.25/platform/text/mac/
H A DTextCodecMac.cpp143 ASSERT_WITH_SECURITY_IMPLICATION(m_numBufferedBytes < sizeof(m_bufferedBytes)); function

Completed in 66 milliseconds