Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: runtime/observatory/lib/src/models/objects/breakpoint.dart

Issue 2345023003: Use dartfmt on Observatory code (Closed)
Patch Set: merge Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/observatory/lib/src/models/objects/breakpoint.dart
diff --git a/runtime/observatory/lib/src/models/objects/breakpoint.dart b/runtime/observatory/lib/src/models/objects/breakpoint.dart
index de9e65a821f31f24e46c026a390ae96762a03cf0..28ed56c91e5ff885687aaddc2b04172806233f4e 100644
--- a/runtime/observatory/lib/src/models/objects/breakpoint.dart
+++ b/runtime/observatory/lib/src/models/objects/breakpoint.dart
@@ -7,11 +7,14 @@ part of models;
abstract class Breakpoint extends Object {
/// A number identifying this breakpoint to the user.
int get number;
+
/// Has this breakpoint been assigned to a specific program location?
bool get resolved;
+
/// [optional]Is this a breakpoint that was added synthetically as part of a
/// step OverAsyncSuspension resume command?
bool get isSyntheticAsyncContinuation;
+
/// SourceLocation when breakpoint is resolved, UnresolvedSourceLocation
/// when a breakpoint is not resolved.
Location get location;
« no previous file with comments | « runtime/observatory/lib/src/heap_snapshot/heap_snapshot.dart ('k') | runtime/observatory/lib/src/models/objects/class.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698