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

Unified Diff: runtime/vm/service/service.md

Issue 1284063003: Add Regex isCaseSensitive and isMultiLine to the service protocol and Observatory. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « runtime/vm/service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/service.md
diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
index f05214dc5ab60f61e06a3c3efbb1ce972f57dbfb..7c0b6fef4f1a37ae2bcf5ac6a05796e9fb30fd9d 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -1420,6 +1420,18 @@ class Instance extends Object {
// RegExp
String pattern [optional];
+ // Whether this regular expression is case sensitive.
+ //
+ // Provided for instance kinds:
+ // RegExp
+ bool isCaseSensitive [optional];
+
+ // Whether this regular expression matches multiple lines.
+ //
+ // Provided for instance kinds:
+ // RegExp
+ bool isMultiLine [optional];
+
// The key for a WeakProperty instance.
//
// Provided for instance kinds:
« no previous file with comments | « runtime/vm/service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698