#include <dart_api_state.h>
Definition at line 607 of file dart_api_state.h.
◆ ApiLocalScope()
Definition at line 609 of file dart_api_state.h.
uword stack_marker() const
ApiLocalScope * previous() const
◆ ~ApiLocalScope()
dart::ApiLocalScope::~ApiLocalScope |
( |
| ) |
|
|
inline |
◆ local_handles()
◆ previous()
◆ Reinit()
◆ Reset()
void dart::ApiLocalScope::Reset |
( |
Thread * |
thread | ) |
|
|
inline |
Definition at line 621 of file dart_api_state.h.
621 {
622 local_handles_.
Reset();
624 previous_ = nullptr;
625 stack_marker_ = 0;
626 }
void Reset(Thread *thread)
◆ set_previous()
◆ stack_marker()
uword dart::ApiLocalScope::stack_marker |
( |
| ) |
const |
|
inline |
◆ zone()
Zone * dart::ApiLocalScope::zone |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: