Definition at line 24 of file native_api_impl.cc.
◆ IsolateLeaveScope()
dart::IsolateLeaveScope::IsolateLeaveScope |
( |
Isolate * |
current_isolate | ) |
|
|
inlineexplicit |
Definition at line 26 of file native_api_impl.cc.
27 : saved_isolate_(current_isolate) {
28 if (current_isolate != nullptr) {
31 }
32 }
static Isolate * Current()
DART_EXPORT void Dart_ExitIsolate()
◆ ~IsolateLeaveScope()
dart::IsolateLeaveScope::~IsolateLeaveScope |
( |
| ) |
|
|
inline |
Definition at line 33 of file native_api_impl.cc.
33 {
34 if (saved_isolate_ != nullptr) {
37 }
38 }
struct _Dart_Isolate * Dart_Isolate
DART_EXPORT void Dart_EnterIsolate(Dart_Isolate isolate)
The documentation for this class was generated from the following file: