#include "tonic/logging/dart_invoke.h"#include "tonic/common/macros.h"#include "tonic/logging/dart_error.h"Go to the source code of this file.
Namespaces | |
| namespace | tonic |
Functions | |
| Dart_Handle | tonic::DartInvokeField (Dart_Handle target, const char *name, std::initializer_list< Dart_Handle > args) |
| Dart_Handle | tonic::DartInvoke (Dart_Handle closure, std::initializer_list< Dart_Handle > args) |
| Dart_Handle | tonic::DartInvokeVoid (Dart_Handle closure) |