Chromium Code Reviews| Index: runtime/vm/dart_api_impl.h |
| =================================================================== |
| --- runtime/vm/dart_api_impl.h (revision 26169) |
| +++ runtime/vm/dart_api_impl.h (working copy) |
| @@ -191,6 +191,9 @@ |
| static void InitHandles(); |
| // Helper function to get the peer value of an external string object. |
| + static bool ExternalStringGetPeerHelper(Dart_NativeArguments args, |
| + int arg_index, |
|
srdjan
2013/08/15 01:47:06
s/int/intptr_t/ ?
siva
2013/08/15 17:05:18
The Dart C API uses 'int' for all native argument
|
| + void** peer); |
| static bool ExternalStringGetPeerHelper(Dart_Handle object, void** peer); |
| // Helper function to set the return value of native functions. |