Benjamin Summerton (@def-pri-pub)
2016-10-04 18:06:58 UTC
I've been a little interested lately in doing some Dart native development,
and everywhere I've seen this `Dart_Handle` type. When poking through
through the source, this is all that I could find on it
<https://github.com/dart-lang/sdk/blob/12f86594ecc32d7fa0c513fcc960d9adaee13428/runtime/include/dart_api.h#L251>.
Which is just a typdef to a `_Dart_Handle *`, which I couldn't find
anything else on in the SDK repo.
So my question is the title of the topic: "What exactly is the Dart_Handle
type?"
and everywhere I've seen this `Dart_Handle` type. When poking through
through the source, this is all that I could find on it
<https://github.com/dart-lang/sdk/blob/12f86594ecc32d7fa0c513fcc960d9adaee13428/runtime/include/dart_api.h#L251>.
Which is just a typdef to a `_Dart_Handle *`, which I couldn't find
anything else on in the SDK repo.
So my question is the title of the topic: "What exactly is the Dart_Handle
type?"
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.