Searched refs:try_nesting_level_ (Results 1 – 2 of 2) sorted by relevance
100 int try_nesting_level_; variable
339 builder()->try_nesting_level_++; // Increment nesting. in ControlScopeForCatch()343 builder()->try_nesting_level_--; // Decrement nesting. in ~ControlScopeForCatch()372 builder()->try_nesting_level_++; // Increment nesting. in ControlScopeForFinally()375 builder()->try_nesting_level_--; // Decrement nesting. in ~ControlScopeForFinally()447 try_nesting_level_(0), in AstGraphBuilder()4089 bool inside_try_scope = try_nesting_level_ > 0; in MakeNode()