Flutter Engine
The Flutter Engine
|
#include "include/dart_api.h"
#include "platform/assert.h"
#include "vm/dart_api_impl.h"
#include "vm/unit_test.h"
Go to the source code of this file.
Classes | |
struct | dart::NativeEntries |
Namespaces | |
namespace | dart |
Macros | |
#define | FUNCTION_NAME(name) UnhandledExcp_##name |
#define | REGISTER_FUNCTION(name, count) {"" #name, FUNCTION_NAME(name), count}, |
#define | UNHANDLED_NATIVE_LIST(V) |
Functions | |
void FUNCTION_NAME() | dart::Unhandled_equals (Dart_NativeArguments args) |
void FUNCTION_NAME() | dart::Unhandled_invoke (Dart_NativeArguments args) |
void FUNCTION_NAME() | dart::Unhandled_invoke2 (Dart_NativeArguments args) |
static Dart_NativeFunction | dart::native_lookup (Dart_Handle name, int argument_count, bool *auto_setup_scope) |
dart::TEST_CASE (UnhandledExceptions) | |
Variables | |
static struct dart::NativeEntries | dart::BuiltinEntries [] = {UNHANDLED_NATIVE_LIST(REGISTER_FUNCTION)} |
Definition at line 12 of file exceptions_test.cc.
Definition at line 13 of file exceptions_test.cc.
#define UNHANDLED_NATIVE_LIST | ( | V | ) |
Definition at line 55 of file exceptions_test.cc.