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

/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h228 void appendBinaryOperation(int& operandStackDepth, int&, BinaryOperand, BinaryOperand) { operandStackDepth++; } function in class:JSC::SyntaxChecker
H A DJSParser.cpp1679 context.appendBinaryOperation(operandStackDepth, operatorStackDepth, lhs, rhs);
1690 context.appendBinaryOperation(operandStackDepth, operatorStackDepth, lhs, rhs);
H A DASTBuilder.h536 void appendBinaryOperation(int& operandStackDepth, int&, const BinaryOperand& lhs, const BinaryOperand& rhs) function in class:JSC::ASTBuilder

Completed in 47 milliseconds