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