Home
last modified time | relevance | path

Searched refs:try_nesting_level_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.h104 int try_nesting_level_; variable
Dast-graph-builder.cc365 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()