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

Unified Diff: runtime/bin/io_natives.cc

Issue 11665004: Add exitCode setter to set the exit code returned by the Dart VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Actually upload the correct patch Created 8 years 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/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 750fde4cfcc2fa49d9c715856b6b5fce45e77c88..a9edf88f37d3e3ed3a4bb9edc63dec2ddb2c9ce5 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -28,6 +28,8 @@
V(Platform_Environment, 0) \
V(Process_Start, 10) \
V(Process_Kill, 3) \
+ V(Process_SetExitCode, 1) \
+ V(Process_Exit, 1) \
V(ServerSocket_CreateBindListen, 4) \
V(ServerSocket_Accept, 2) \
V(Socket_CreateConnect, 3) \
« no previous file with comments | « runtime/bin/builtin_natives.cc ('k') | runtime/bin/main.cc » ('j') | runtime/bin/process.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698