| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index c73ca95cc85cf8247a081174645da52d4b077ca9..549ab41d1b5a67e7439a3dae1aa95b6b5cbc2ae7 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -21,6 +21,11 @@
|
| V(Crypto_GetRandomBytes, 1) \
|
| V(EventHandler_Start, 1) \
|
| V(EventHandler_SendData, 4) \
|
| + V(Platform_NumberOfProcessors, 0) \
|
| + V(Platform_OperatingSystem, 0) \
|
| + V(Platform_PathSeparator, 0) \
|
| + V(Platform_LocalHostname, 0) \
|
| + V(Platform_Environment, 0) \
|
| V(Process_Start, 10) \
|
| V(Process_Kill, 3) \
|
| V(ServerSocket_CreateBindListen, 4) \
|
|
|