Searched defs:operatorStackAppend (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/parser/ | ||
H A D | SyntaxChecker.h | 229 void operatorStackAppend(int& operatorStackDepth, int, int) { operatorStackDepth++; } function in class:JSC::SyntaxChecker |
H A D | ASTBuilder.h | 541 void operatorStackAppend(int& operatorStackDepth, int op, int precedence) function in class:JSC::ASTBuilder |
Completed in 36 milliseconds