[][src]Module boa::syntax::ast::node::try_node

Structs

Catch

Catch block.

Finally

Finally block.

Try

The try...catch statement marks a block of statements to try and specifies a response should an exception be thrown.