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

Unified Diff: runtime/bin/io_natives.cc

Issue 19627004: Add echo and line modes to Stdin. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add macos and android version. Created 7 years, 5 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/bin/io_impl_sources.gypi ('k') | runtime/bin/stdin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 97b3ad7defde3da0df1169c0619e4000383bf2d0..f9adf09e5fa0824701e95d9909104cd1f6fb37ea 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -66,6 +66,8 @@ namespace bin {
V(Socket_GetType, 1) \
V(Socket_SetOption, 3) \
V(Stdin_ReadByte, 1) \
+ V(Stdin_SetEchoMode, 2) \
+ V(Stdin_SetLineMode, 2) \
V(StringToSystemEncoding, 1) \
V(SystemEncodingToString, 1)
« no previous file with comments | « runtime/bin/io_impl_sources.gypi ('k') | runtime/bin/stdin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698