Lines Matching refs:controlFlowNestingLevel
2905 ++parseContext.controlFlowNestingLevel; // this only needs to work right if no errors in acceptConditionalExpression()
2925 --parseContext.controlFlowNestingLevel; in acceptConditionalExpression()
3636 ++parseContext.controlFlowNestingLevel; // this only needs to work right if no errors in acceptSelectionStatement()
3658 --parseContext.controlFlowNestingLevel; in acceptSelectionStatement()
3685 ++parseContext.controlFlowNestingLevel; in acceptSwitchStatement()
3687 --parseContext.controlFlowNestingLevel; in acceptSwitchStatement()
3723 ++parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3740 --parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3748 ++parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3773 --parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3795 ++parseContext.controlFlowNestingLevel; in acceptIterationStatement()
3823 --parseContext.controlFlowNestingLevel; in acceptIterationStatement()