Home
last modified time | relevance | path

Searched refs:m_atLineStart (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DLexer.cpp262 m_atLineStart = true; in setCode()
844 if (m_atLineStart && m_current == '>') { in lex()
1043 m_atLineStart = true; in lex()
1053 m_atLineStart = false; in lex()
1063 m_atLineStart = true; in lex()
DLexer.h137 bool m_atLineStart; variable
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1615528 m_atLineStart when handling multiline comments.
DChangeLog-2009-06-165659 Removed a branch from the code that sets m_atLineStart to false using goto.