Chromium Code Reviews| Index: runtime/vm/dart_api_impl.h |
| =================================================================== |
| --- runtime/vm/dart_api_impl.h (revision 31400) |
| +++ runtime/vm/dart_api_impl.h (working copy) |
| @@ -209,6 +209,10 @@ |
| int arg_index, |
| void** peer); |
| + // Helper function to get the native field of a receiver native argument. |
| + static bool GetNativeReceiver(Dart_NativeArguments args, |
| + intptr_t* value); |
|
srdjan
2013/12/30 18:35:19
one line?
siva
2013/12/30 19:39:49
Done.
|
| + |
| // Helper function to get the boolean value of a Bool native argument. |
| static bool GetNativeBooleanArgument(Dart_NativeArguments args, |
| int arg_index, |