Home
last modified time | relevance | path

Searched defs:operatorStackAppend (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h229 void operatorStackAppend(int& operatorStackDepth, int, int) { operatorStackDepth++; } in operatorStackAppend() function
DASTBuilder.h541 void operatorStackAppend(int& operatorStackDepth, int op, int precedence) in operatorStackAppend() function