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

/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h230 int popOperandStack(int&) { int res = m_topBinaryExpr; m_topBinaryExpr = 0; return res; } function in class:JSC::SyntaxChecker
H A DASTBuilder.h546 ExpressionNode* popOperandStack(int&) function in class:JSC::ASTBuilder
H A DJSParser.cpp1693 return context.popOperandStack(operandStackDepth);

Completed in 70 milliseconds