Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/parser/
DLexer.cpp175 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()
DLexer.h116 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.