#include <kernel_to_il.h>
Definition at line 890 of file kernel_to_il.h.
◆ CatchBlock()
Definition at line 892 of file kernel_to_il.h.
901 builder_->catch_block_ = this;
902 }
intptr_t catch_try_index()
LocalVariable * stack_trace_var()
LocalVariable * exception_var()
◆ ~CatchBlock()
dart::kernel::CatchBlock::~CatchBlock |
( |
| ) |
|
|
inline |
Definition at line 903 of file kernel_to_il.h.
903{ builder_->catch_block_ = outer_; }
◆ catch_try_index()
intptr_t dart::kernel::CatchBlock::catch_try_index |
( |
| ) |
|
|
inline |
◆ exception_var()
◆ stack_trace_var()
The documentation for this class was generated from the following file: