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

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

Issue 2999103002: Specify sentinels in the return type for evaluateInFrame. (Closed)
Patch Set: Created 3 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 | « no previous file | runtime/vm/service/service_dev.md » ('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 1c9bb72a4bc2975ac38b2db60b1274940234481e..db2b21f0489756f52e0279ffc5259dd0e22f83ed 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -494,9 +494,9 @@ reference will be returned.
### evaluateInFrame
```
-@Instance|@Error evaluateInFrame(string isolateId,
- int frameIndex,
- string expression)
+@Instance|@Error|Sentinel evaluateInFrame(string isolateId,
+ int frameIndex,
+ string expression)
```
The _evaluateInFrame_ RPC is used to evaluate an expression in the
« no previous file with comments | « no previous file | runtime/vm/service/service_dev.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698