Home
last modified time | relevance | path

Searched refs:m_next3 (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DLexer.cpp87 m_next2 = m_next3; in shift1()
89 m_next3 = m_code[0]; in shift1()
91 m_next3 = -1; in shift1()
99 m_next1 = m_next3; in shift2()
102 m_next3 = m_code[1]; in shift2()
105 m_next3 = -1; in shift2()
113 m_current = m_next3; in shift3()
117 m_next3 = m_code[2]; in shift3()
121 m_next3 = -1; in shift3()
133 m_next3 = m_code[3]; in shift4()
[all …]
DLexer.h109 int m_next3; variable