#include <isolate.h>
Definition at line 1828 of file isolate.h.
◆ NoActiveIsolateScope() [1/2]
dart::NoActiveIsolateScope::NoActiveIsolateScope |
( |
| ) |
|
|
inline |
Definition at line 1830 of file isolate.h.
static Thread * Current()
◆ NoActiveIsolateScope() [2/2]
dart::NoActiveIsolateScope::NoActiveIsolateScope |
( |
Thread * |
thread | ) |
|
|
inlineexplicit |
Definition at line 1831 of file isolate.h.
1833 outer_ = thread_->no_active_isolate_scope_;
1834 saved_isolate_ = thread_->isolate_;
1835
1836 thread_->no_active_isolate_scope_ = this;
1837 thread_->isolate_ = nullptr;
1838 }
ThreadState * thread() const
StackResource(ThreadState *thread)
◆ ~NoActiveIsolateScope()
dart::NoActiveIsolateScope::~NoActiveIsolateScope |
( |
| ) |
|
|
inline |
Definition at line 1839 of file isolate.h.
1839 {
1840 ASSERT(thread_->isolate_ ==
nullptr);
1841 thread_->isolate_ = saved_isolate_;
1842 thread_->no_active_isolate_scope_ = outer_;
1843 }
◆ ActiveIsolateScope
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/isolate.h