Flutter Engine
The Flutter Engine
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "include/dart_api.h"
#include "include/dart_native_api.h"
Go to the source code of this file.
Macros | |
#define | CHECK(H) |
#define | ASSERT(E) |
#define | FAIL(name, result) |
#define | FAIL_INVOKE_FIELD(name, result) |
Functions | |
void | Fail (const char *name, Dart_Handle result) |
static void | FailInvokeField (const char *name, Dart_Handle result) |
static void | FailClosurizeConstructor (const char *name, Dart_Handle result) |
static void | TestFields (Dart_Handle target) |
DART_EXPORT void | RunTests () |
Variables | |
static bool | is_dart_precompiled_runtime = true |
#define ASSERT | ( | E | ) |
Definition at line 25 of file entrypoints_verification_test.cc.
#define CHECK | ( | H | ) |
Definition at line 15 of file entrypoints_verification_test.cc.
Definition at line 36 of file entrypoints_verification_test.cc.
Definition at line 48 of file entrypoints_verification_test.cc.
void Fail | ( | const char * | name, |
Dart_Handle | result | ||
) |
Definition at line 41 of file entrypoints_verification_test.cc.
|
static |
Definition at line 60 of file entrypoints_verification_test.cc.
|
static |
Definition at line 53 of file entrypoints_verification_test.cc.
DART_EXPORT void RunTests | ( | ) |
Definition at line 96 of file entrypoints_verification_test.cc.
|
static |
Definition at line 67 of file entrypoints_verification_test.cc.
|
static |
Definition at line 32 of file entrypoints_verification_test.cc.