![]() |
Flutter Engine
The Flutter Engine
|
#include "tonic/logging/dart_error.h"
#include <atomic>
#include "tonic/common/macros.h"
#include "tonic/converter/dart_converter.h"
Go to the source code of this file.
Namespaces | |
namespace | tonic |
namespace | tonic::DartError |
Functions | |
void | tonic::SetUnhandledExceptionReporter (DartError::UnhandledExceptionReporter reporter) |
bool | tonic::CheckAndHandleError (Dart_Handle handle) |
DartErrorHandleType | tonic::GetErrorHandleType (Dart_Handle handle) |
int | tonic::GetErrorExitCode (Dart_Handle handle) |
Variables | |
const char | tonic::DartError::kInvalidArgument [] = "Invalid argument." |