Searched refs:m_codeWithoutBOMs (Results 1 – 3 of 3) sorted by relevance
182 m_codeWithoutBOMs.reserveCapacity(m_codeEnd - m_code); in copyCodeWithoutBOMs()186 m_codeWithoutBOMs.append(c); in copyCodeWithoutBOMs()189 m_code = m_codeWithoutBOMs.data(); in copyCodeWithoutBOMs()191 m_codeEnd = m_codeWithoutBOMs.data() + m_codeWithoutBOMs.size(); in copyCodeWithoutBOMs()953 m_codeWithoutBOMs.clear(); in clear()971 if (m_codeWithoutBOMs.isEmpty()) in sourceCode()
120 Vector<UChar> m_codeWithoutBOMs; variable
5666 (JSC::Lexer::clear): Clear m_codeWithoutBOMs so we don't use memory after5683 m_codeWithoutBOMs.