Searched defs:operandStackDepth (Results 1 – 3 of 3) sorted by relevance
| /external/webkit/Source/JavaScriptCore/parser/ |
| D | SyntaxChecker.h | 214 void appendBinaryExpressionInfo(int& operandStackDepth, int expr, int, int, int, bool) in appendBinaryExpressionInfo() argument 227 void shrinkOperandStackBy(int& operandStackDepth, int amount) { operandStackDepth -= amount; } in shrinkOperandStackBy() 228 …void appendBinaryOperation(int& operandStackDepth, int&, BinaryOperand, BinaryOperand) { operandSt… in appendBinaryOperation() argument
|
| D | ASTBuilder.h | 513 …void appendBinaryExpressionInfo(int& operandStackDepth, ExpressionNode* current, int exprStart, in… in appendBinaryExpressionInfo() 530 void shrinkOperandStackBy(int& operandStackDepth, int amount) in shrinkOperandStackBy() 536 …void appendBinaryOperation(int& operandStackDepth, int&, const BinaryOperand& lhs, const BinaryOpe… in appendBinaryOperation() argument
|
| D | JSParser.cpp | 1655 int operandStackDepth = 0; in parseBinaryExpression() local
|