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.h100 int try_nesting_level_; variable
Dast-graph-builder.cc339 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()