Searched refs:m_topUnaryToken (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h53 m_context->m_topUnaryTokens.append(m_context->m_topUnaryToken);
54 m_context->m_topUnaryToken = 0;
58 m_context->m_topUnaryToken = m_context->m_topUnaryTokens.last();
232 void appendUnaryToken(int& stackDepth, int tok, int) { stackDepth = 1; m_topUnaryToken = tok; }
233 int unaryTokenStackLastType(int&) { return m_topUnaryToken; }
245 int m_topUnaryToken; member in class:JSC::SyntaxChecker

Completed in 46 milliseconds