HomeSort by relevance Sort by last modified time
    Searched refs:operatorStackDepth (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/parser/
SyntaxChecker.h 224 void operatorStackPop(int& operatorStackDepth) { operatorStackDepth--; }
229 void operatorStackAppend(int& operatorStackDepth, int, int) { operatorStackDepth++; }
JSParser.cpp     [all...]
ASTBuilder.h 520 void operatorStackPop(int& operatorStackDepth)
522 operatorStackDepth--;
541 void operatorStackAppend(int& operatorStackDepth, int op, int precedence)
543 operatorStackDepth++;
    [all...]

Completed in 42 milliseconds