Home | History | Annotate | Download | only in parser

Lines Matching refs:UNLIKELY

298     if (UNLIKELY(!isASCIIHexDigit(m_current) || !isASCIIHexDigit(char1) || !isASCIIHexDigit(char2) || !isASCIIHexDigit(char3)))
421 if (UNLIKELY(m_current != 'u'))
425 if (UNLIKELY(character == -1))
427 if (UNLIKELY(m_buffer16.size() ? !isIdentPart(character) : !isIdentStart(character)))
464 if (UNLIKELY(m_current == '\\')) {
475 } else if (UNLIKELY(isLineTerminator(m_current)))
529 if (UNLIKELY(((static_cast<unsigned>(m_current) - 0xE) & 0x2000))) {
531 if (UNLIKELY(isLineTerminator(m_current)) || UNLIKELY(m_current == -1))
688 while (UNLIKELY(m_current == '*')) {
696 if (UNLIKELY(m_current == -1))
730 if (UNLIKELY(m_current == -1))
1022 if (UNLIKELY(isIdentStart(m_current)))
1028 if (UNLIKELY(!parseString(lvalp, strictMode)))
1058 if (UNLIKELY(m_current == -1))