Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Macros | |
#define | ENSURE(X) |
#define | ENSURE_VALID(X) ENSURE(!Dart_IsError(X)) |
Functions | |
void | Function1Uint8 (Dart_NativeArguments args) |
void | Function20Int64 (Dart_NativeArguments args) |
void | Function1Double (Dart_NativeArguments args) |
void | Function20Double (Dart_NativeArguments args) |
void | Function1Handle (Dart_NativeArguments args) |
void | Function20Handle (Dart_NativeArguments args) |
DART_EXPORT Dart_Handle | GetRootLibraryUrl () |
Dart_NativeFunction | NativeEntryResolver (Dart_Handle name, int num_of_arguments, bool *auto_setup_scope) |
DART_EXPORT void | SetNativeResolverForTest (Dart_Handle url) |
#define ENSURE | ( | X | ) |
Definition at line 14 of file native_functions.c.
#define ENSURE_VALID | ( | X | ) | ENSURE(!Dart_IsError(X)) |
Definition at line 20 of file native_functions.c.
void Function1Double | ( | Dart_NativeArguments | args | ) |
Definition at line 42 of file native_functions.c.
void Function1Handle | ( | Dart_NativeArguments | args | ) |
Definition at line 58 of file native_functions.c.
void Function1Uint8 | ( | Dart_NativeArguments | args | ) |
Definition at line 26 of file native_functions.c.
void Function20Double | ( | Dart_NativeArguments | args | ) |
Definition at line 48 of file native_functions.c.
void Function20Handle | ( | Dart_NativeArguments | args | ) |
Definition at line 63 of file native_functions.c.
void Function20Int64 | ( | Dart_NativeArguments | args | ) |
Definition at line 32 of file native_functions.c.
DART_EXPORT Dart_Handle GetRootLibraryUrl | ( | ) |
Definition at line 72 of file native_functions.c.
Dart_NativeFunction NativeEntryResolver | ( | Dart_Handle | name, |
int | num_of_arguments, | ||
bool * | auto_setup_scope | ||
) |
Definition at line 79 of file native_functions.c.
DART_EXPORT void SetNativeResolverForTest | ( | Dart_Handle | url | ) |
Definition at line 113 of file native_functions.c.