Home
last modified time | relevance | path

Searched refs:m_codeWithoutBOMs (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DLexer.cpp182 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()
DLexer.h120 Vector<UChar> m_codeWithoutBOMs; variable
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-165666 (JSC::Lexer::clear): Clear m_codeWithoutBOMs so we don't use memory after
5683 m_codeWithoutBOMs.