Searched defs:appendBinaryOperation (Results 1 - 2 of 2) 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 DASTBuilder.h536 void appendBinaryOperation(int& operandStackDepth, int&, const BinaryOperand& lhs, const BinaryOperand& rhs) function in class:JSC::ASTBuilder

Completed in 67 milliseconds