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

/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h225 bool operatorStackHasHigherPrecedence(int&, int) { return true; } function in class:JSC::SyntaxChecker
H A DASTBuilder.h525 bool operatorStackHasHigherPrecedence(int&, int precedence) function in class:JSC::ASTBuilder
H A DJSParser.cpp1673 while (operatorStackDepth && context.operatorStackHasHigherPrecedence(operatorStackDepth, precedence)) {

Completed in 166 milliseconds