Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 33660) |
| +++ runtime/vm/object.h (working copy) |
| @@ -93,6 +93,9 @@ |
| initializeHandle(obj, object::null()); \ |
| return obj; \ |
| } \ |
| + static object& ZoneHandle(Isolate* isolate) { \ |
| + return ZoneHandle(isolate, object::null()); \ |
| + } \ |
| static object& ZoneHandle() { \ |
| return ZoneHandle(Isolate::Current(), object::null()); \ |
| } \ |