| Index: runtime/include/dart_api.h
|
| ===================================================================
|
| --- runtime/include/dart_api.h (revision 25740)
|
| +++ runtime/include/dart_api.h (working copy)
|
| @@ -1976,6 +1976,12 @@
|
| intptr_t* value);
|
|
|
| /**
|
| + * Gets the native field of the receiver.
|
| + */
|
| +DART_EXPORT Dart_Handle Dart_GetNativeReceiver(Dart_NativeArguments args,
|
| + intptr_t* value);
|
| +
|
| +/**
|
| * Sets the return value for a native function.
|
| */
|
| DART_EXPORT void Dart_SetReturnValue(Dart_NativeArguments args,
|
|
|