Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/parser/
DLexer.cpp78 m_next2 = m_next3; in shift1()
80 m_next3 = m_code[0]; in shift1()
82 m_next3 = -1; in shift1()
90 m_next1 = m_next3; in shift2()
93 m_next3 = m_code[1]; in shift2()
96 m_next3 = -1; in shift2()
104 m_current = m_next3; in shift3()
108 m_next3 = m_code[2]; in shift3()
112 m_next3 = -1; in shift3()
124 m_next3 = m_code[3]; in shift4()
[all …]
DLexer.h108 int m_next3; variable