Flutter Engine
The Flutter Engine
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "include/dart_api.h"
#include "bin/builtin.h"
#include "bin/io_natives.h"
Go to the source code of this file.
Classes | |
struct | dart::bin::NativeEntries |
Namespaces | |
namespace | dart |
namespace | dart::bin |
Macros | |
#define | BUILTIN_NATIVE_LIST(V) V(Builtin_PrintString, 1) |
Functions | |
dart::bin::BUILTIN_NATIVE_LIST (DECLARE_FUNCTION) | |
void FUNCTION_NAME() | dart::bin::Builtin_PrintString (Dart_NativeArguments args) |
Variables | |
static struct dart::bin::NativeEntries | dart::bin::BuiltinEntries [] = {BUILTIN_NATIVE_LIST(REGISTER_FUNCTION)} |
Definition at line 18 of file builtin_gen_snapshot.cc.