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

/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h229 void operatorStackAppend(int& operatorStackDepth, int, int) { operatorStackDepth++; } function in class:JSC::SyntaxChecker
H A DASTBuilder.h541 void operatorStackAppend(int& operatorStackDepth, int op, int precedence) function in class:JSC::ASTBuilder
H A DJSParser.cpp1682 context.operatorStackAppend(operatorStackDepth, operatorToken, precedence);

Completed in 43 milliseconds