#include <dart_state.h>
Definition at line 30 of file dart_state.h.
◆ Scope() [1/2]
| tonic::DartState::Scope::Scope |
( |
DartState * |
dart_state | ) |
|
|
explicit |
Definition at line 14 of file dart_state.cc.
15 : scope_(dart_state->isolate()) {}
◆ Scope() [2/2]
| tonic::DartState::Scope::Scope |
( |
std::shared_ptr< DartState > |
dart_state | ) |
|
|
explicit |
Definition at line 17 of file dart_state.cc.
18 : scope_(dart_state->isolate()) {}
◆ ~Scope()
| tonic::DartState::Scope::~Scope |
( |
| ) |
|
The documentation for this class was generated from the following files: