Searched refs:try_nesting_level_ (Results 1 – 2 of 2) sorted by relevance
104 int try_nesting_level_; variable
365 builder()->try_nesting_level_++; // Increment nesting. in ControlScopeForCatch()368 builder()->try_nesting_level_--; // Decrement nesting. in ~ControlScopeForCatch()396 builder()->try_nesting_level_++; // Increment nesting. in ControlScopeForFinally()399 builder()->try_nesting_level_--; // Decrement nesting. in ~ControlScopeForFinally()428 try_nesting_level_(0), in AstGraphBuilder()4076 bool inside_try_scope = try_nesting_level_ > 0; in MakeNode()