Searched refs:BLINK_ASSERT (Results 1 – 6 of 6) sorted by relevance
79 BLINK_ASSERT(!hash.isNull()); in WebCryptoAlgorithmParamsWithHash()139 BLINK_ASSERT(hasLengthBits || !lengthBits); in WebCryptoHmacKeyGenParams()162 BLINK_ASSERT(hasAdditionalData || !additionalDataSize); in WebCryptoAesGcmParams()163 BLINK_ASSERT(hasTagLengthBits || !tagLengthBits); in WebCryptoAesGcmParams()201 BLINK_ASSERT(!hash.isNull()); in WebCryptoRsaHashedKeyGenParams()222 BLINK_ASSERT(hasLabel || !labelSize); in WebCryptoRsaOaepParams()
115 #define BLINK_ASSERT(assertion) ((void)0) macro117 #define BLINK_ASSERT(assertion) do { \ macro123 #define BLINK_ASSERT_NOT_REACHED() BLINK_ASSERT(0)
49 ~WebPrivateOwnPtr() { BLINK_ASSERT(!m_ptr); } in ~WebPrivateOwnPtr()81 BLINK_ASSERT(m_ptr);
128 BLINK_ASSERT(i < m_size);133 BLINK_ASSERT(i < m_size);
205 BLINK_ASSERT(!m_storage); in ~WebPrivatePtr()
57 BLINK_ASSERT(m_private.get()); in src()63 BLINK_ASSERT(m_private.get()); in weight()