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

Unified Diff: runtime/bin/io_natives.cc

Issue 14322011: Add access to process id for both current process and processes started (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/bin/process.cc » ('j') | runtime/bin/process_patch.dart » ('J')
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 93f4e890b971a1f48c93ca67c30bb64b88d083e7..a5c6a9f51cd4fa823df802a2d8bde86b85677c6c 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -36,6 +36,7 @@
V(Process_SetExitCode, 1) \
V(Process_Exit, 1) \
V(Process_Sleep, 1) \
+ V(Process_Pid, 1) \
V(ServerSocket_CreateBindListen, 4) \
V(ServerSocket_Accept, 2) \
V(Socket_CreateConnect, 3) \
« no previous file with comments | « no previous file | runtime/bin/process.cc » ('j') | runtime/bin/process_patch.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698