Flutter Engine
The Flutter Engine
|
#include <longjump.h>
Public Member Functions | |
LongJumpScope (ThreadState *thread=ThreadState::Current()) | |
~LongJumpScope () | |
jmp_buf * | Set () |
DART_NORETURN void | Jump (int value, const Error &error) |
DART_NORETURN void | Jump (int value) |
Public Member Functions inherited from dart::StackResource | |
StackResource (ThreadState *thread) | |
virtual | ~StackResource () |
ThreadState * | thread () const |
Additional Inherited Members | |
Static Public Member Functions inherited from dart::StackResource | |
static void | Unwind (ThreadState *thread) |
static void | UnwindAbove (ThreadState *thread, StackResource *new_top) |
Definition at line 17 of file longjump.h.
|
inlineexplicit |
Definition at line 19 of file longjump.h.
|
inline |
Definition at line 24 of file longjump.h.
void dart::LongJumpScope::Jump | ( | int | value | ) |
Definition at line 31 of file longjump.cc.
Definition at line 22 of file longjump.cc.
jmp_buf * dart::LongJumpScope::Set | ( | ) |
Definition at line 16 of file longjump.cc.