Home
last modified time | relevance | path

Searched defs:operandStackDepth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h214 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
DASTBuilder.h513 …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
DJSParser.cpp1655 int operandStackDepth = 0; in parseBinaryExpression() local