Searched refs:BinaryOperand (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h111 typedef int BinaryOperand; typedef in class:JSC::SyntaxChecker
226 BinaryOperand getFromOperandStack(int) { return m_topBinaryExpr; }
228 void appendBinaryOperation(int& operandStackDepth, int&, BinaryOperand, BinaryOperand) { operandStackDepth++; }
H A DASTBuilder.h107 typedef std::pair<ExpressionNode*, BinaryOpInfo> BinaryOperand; typedef in class:JSC::ASTBuilder
529 const BinaryOperand& getFromOperandStack(int i) { return m_binaryOperandStack[m_binaryOperandStack.size() + i]; }
536 void appendBinaryOperation(int& operandStackDepth, int&, const BinaryOperand& lhs, const BinaryOperand& rhs)
634 Vector<BinaryOperand, 10> m_binaryOperandStack;
H A DJSParser.cpp1676 typename TreeBuilder::BinaryOperand rhs = context.getFromOperandStack(-1);
1677 typename TreeBuilder::BinaryOperand lhs = context.getFromOperandStack(-2);
1687 typename TreeBuilder::BinaryOperand rhs = context.getFromOperandStack(-1);
1688 typename TreeBuilder::BinaryOperand lhs = context.getFromOperandStack(-2);

Completed in 374 milliseconds