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

Unified Diff: runtime/vm/raw_object.h

Issue 1174313002: Allow setting break-on-exceptions option over the service protocol. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/vm/raw_object.h
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
index 57aca2be4a05eb42ce6d5d85c4b542b76dd7b1b9..f49f326be8ffc8f36194327a1e8d89f6c74f9928 100644
--- a/runtime/vm/raw_object.h
+++ b/runtime/vm/raw_object.h
@@ -868,6 +868,7 @@ class RawScript : public RawObject {
kLibraryTag,
kSourceTag,
kPatchTag,
+ kEvaluateTag,
};
private:

Powered by Google App Engine
This is Rietveld 408576698