Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::Api::Scope Class Reference

#include <dart_api_impl.h>

Inheritance diagram for dart::Api::Scope:
dart::ThreadStackResource dart::StackResource

Public Member Functions

 Scope (Thread *thread)
 
 ~Scope ()
 
- Public Member Functions inherited from dart::ThreadStackResource
 ThreadStackResource (Thread *T)
 
 ~ThreadStackResource ()
 
Threadthread () const
 
Isolateisolate () const
 
IsolateGroupisolate_group () const
 
- Public Member Functions inherited from dart::StackResource
 StackResource (ThreadState *thread)
 
virtual ~StackResource ()
 
ThreadStatethread () 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)
 

Detailed Description

Definition at line 136 of file dart_api_impl.h.

Constructor & Destructor Documentation

◆ Scope()

dart::Api::Scope::Scope ( Thread thread)
inlineexplicit

Definition at line 138 of file dart_api_impl.h.

◆ ~Scope()

dart::Api::Scope::~Scope ( )
inline

Definition at line 141 of file dart_api_impl.h.

141{ thread()->ExitApiScope(); }
void ExitApiScope()
Definition thread.cc:1248

The documentation for this class was generated from the following file: