Home
last modified time | relevance | path

Searched defs:is_catch_block (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dast.h534 explicit WithEnterStatement(Expression* expression, bool is_catch_block) in WithEnterStatement()
541 bool is_catch_block() const { return is_catch_block_; } in is_catch_block() function
Dparser.cc2393 bool is_catch_block, in WithHelper()