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

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

Issue 1159003002: Make several service protocol RPCs private. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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') | runtime/vm/service_test.cc » ('j') | 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 705205ef218010d7f6453e6ba2d81e2053e5c70c..93e1ed63aabd83fea502c97bdbeb7b35024c0d88 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -28,7 +28,6 @@ apparently outside the scope of the JSON-RPC specification.
- [addBreakpointAtEntry](#addbreakpointatentry)
- [evaluate](#evaluate)
- [evaluateInFrame](#evaluateinframe)
- - [getCoverage](#getcoverage)
- [getFlagList](#getflaglist)
- [getIsolate](#getisolate)
- [getObject](#getobject)
@@ -49,7 +48,6 @@ apparently outside the scope of the JSON-RPC specification.
- [Class](#class)
- [ClassList](#classlist)
- [Code](#code)
- - [CodeCoverage](#codecoverage)
- [CodeKind](#codekind)
- [Double](#double)
- [Error](#error)
@@ -436,21 +434,6 @@ reference will be returned.
If the expression is evaluated successfully, an [@Instance](#instance)
reference will be returned.
-### getCoverage
-
-```
-CodeCoverage getCoverage(string isolateId,
- string targetId)
-```
-
-The _getCoverage_ RPC is used to retrieve current code coverage
-information for some target.
-
-_targetId_ may refer to a [Script](#script), [Library](#library),
-[Class](#class), or [Function](#function).
-
-See [Coverage](#coverage).
-
### getFlagList
```
@@ -864,10 +847,6 @@ class @Code extends @Object {
A _Code_ object represents compiled code in the Dart VM.
-### CodeCoverage
-
-TODO
-
### CodeKind
```
« no previous file with comments | « runtime/vm/service.cc ('k') | runtime/vm/service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698