Home
last modified time | relevance | path

Searched defs:shrinkOperandStackBy (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h227 void shrinkOperandStackBy(int& operandStackDepth, int amount) { operandStackDepth -= amount; } in shrinkOperandStackBy() function
DASTBuilder.h530 void shrinkOperandStackBy(int& operandStackDepth, int amount) in shrinkOperandStackBy() function