Flutter Engine
The Flutter Engine
|
Public Member Functions | |
DeeplyImmutableChange (Zone *zone, const Class &from, const Class &to) | |
Public Member Functions inherited from dart::ClassReasonForCancelling | |
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) |
Additional Inherited Members | |
Protected Attributes inherited from dart::ClassReasonForCancelling | |
const Class & | from_ |
const Class & | to_ |
Definition at line 377 of file object_reload.cc.
|
inline |
Definition at line 379 of file object_reload.cc.