#include <kernel_to_il.h>
Definition at line 771 of file kernel_to_il.h.
◆ TryCatchBlock()
dart::kernel::TryCatchBlock::TryCatchBlock |
( |
FlowGraphBuilder * |
builder, |
|
|
intptr_t |
try_handler_index = -1 |
|
) |
| |
|
inlineexplicit |
Definition at line 773 of file kernel_to_il.h.
776 outer_(
builder->CurrentTryCatchBlock()),
777 try_index_(try_handler_index == -1 ?
builder->AllocateTryIndex()
778 : try_handler_index) {
779 builder->SetCurrentTryCatchBlock(
this);
780 }
◆ ~TryCatchBlock()
dart::kernel::TryCatchBlock::~TryCatchBlock |
( |
| ) |
|
|
inline |
Definition at line 782 of file kernel_to_il.h.
782{ builder_->SetCurrentTryCatchBlock(outer_); }
◆ outer()
◆ try_index()
intptr_t dart::kernel::TryCatchBlock::try_index |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: