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

/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h232 void appendUnaryToken(int& stackDepth, int tok, int) { stackDepth = 1; m_topUnaryToken = tok; } function in class:JSC::SyntaxChecker
H A DASTBuilder.h553 void appendUnaryToken(int& tokenStackDepth, int type, int start) function in class:JSC::ASTBuilder
H A DJSParser.cpp2081 context.appendUnaryToken(tokenStackDepth, m_token.m_type, tokenStart());

Completed in 93 milliseconds