Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.h99 int try_catch_nesting_level_; variable
Dast-graph-builder.cc340 builder()->try_catch_nesting_level_++; in ControlScopeForCatch()
344 builder()->try_catch_nesting_level_--; in ~ControlScopeForCatch()
446 try_catch_nesting_level_(0), in AstGraphBuilder()
4126 IfExceptionHint hint = try_catch_nesting_level_ > 0 in MakeNode()