Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/parser/
H A 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()
1013 m_codeWithoutBOMs.clear(); in clear()
1028 if (m_codeWithoutBOMs.isEmpty()) in sourceCode()
H A DLexer.h116 Vector<UChar> m_codeWithoutBOMs; variable
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/parser/
H A 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()
1013 m_codeWithoutBOMs.clear(); in clear()
1028 if (m_codeWithoutBOMs.isEmpty()) in sourceCode()
H A DLexer.h116 Vector<UChar> m_codeWithoutBOMs; variable
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/parser/
H A 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()
1013 m_codeWithoutBOMs.clear(); in clear()
1028 if (m_codeWithoutBOMs.isEmpty()) in sourceCode()
H A DLexer.h116 Vector<UChar> m_codeWithoutBOMs; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2009-06-165666 (JSC::Lexer::clear): Clear m_codeWithoutBOMs so we don't use memory after
5683 m_codeWithoutBOMs.
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2009-06-165666 (JSC::Lexer::clear): Clear m_codeWithoutBOMs so we don't use memory after
5683 m_codeWithoutBOMs.
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2009-06-165666 (JSC::Lexer::clear): Clear m_codeWithoutBOMs so we don't use memory after
5683 m_codeWithoutBOMs.
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2009-06-165666 (JSC::Lexer::clear): Clear m_codeWithoutBOMs so we don't use memory after
5683 m_codeWithoutBOMs.