Flutter Engine
The Flutter Engine
|
#include <isolate_reload.h>
Public Member Functions | |
ClassReasonForCancelling (Zone *zone, const Class &from, const Class &to) | |
void | AppendTo (JSONArray *array) |
Public Member Functions inherited from dart::ReasonForCancelling | |
ReasonForCancelling (Zone *zone) | |
virtual | ~ReasonForCancelling () |
void | Report (IsolateGroupReloadContext *context) |
virtual ErrorPtr | ToError () |
virtual StringPtr | ToString () |
virtual void | AppendTo (JSONArray *array) |
Public Member Functions inherited from dart::ZoneAllocated | |
ZoneAllocated () | |
void * | operator new (size_t size) |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *pointer) |
Protected Attributes | |
const Class & | from_ |
const Class & | to_ |
Definition at line 131 of file isolate_reload.h.
dart::ClassReasonForCancelling::ClassReasonForCancelling | ( | Zone * | zone, |
const Class & | from, | ||
const Class & | to | ||
) |
Definition at line 439 of file isolate_reload.cc.
|
virtual |
Reimplemented from dart::ReasonForCancelling.
Reimplemented in dart::TypeParametersChanged.
Definition at line 446 of file isolate_reload.cc.
|
protected |
Definition at line 137 of file isolate_reload.h.
|
protected |
Definition at line 138 of file isolate_reload.h.