Flutter Engine
The Flutter Engine
|
Public Member Functions | |
PersistentHandleVisitor (Thread *thread, JSONArray *handles) | |
void | Append (PersistentHandle *persistent_handle) |
void | Append (FinalizablePersistentHandle *weak_persistent_handle) |
Public Member Functions inherited from dart::HandleVisitor | |
HandleVisitor (Thread *thread) | |
virtual | ~HandleVisitor () |
Thread * | thread () const |
virtual void | VisitHandle (uword addr)=0 |
Protected Member Functions | |
void | VisitHandle (uword addr) override |
Protected Attributes | |
JSONArray * | handles_ |
Definition at line 4896 of file service.cc.
|
inline |
Definition at line 4898 of file service.cc.
|
inline |
Definition at line 4910 of file service.cc.
|
inline |
Definition at line 4903 of file service.cc.
|
inlineoverrideprotectedvirtual |
Implements dart::HandleVisitor.
Definition at line 4937 of file service.cc.
|
protected |
Definition at line 4942 of file service.cc.