Flutter Engine
The Flutter Engine
|
#include "bin/vmservice_impl.h"
#include "include/dart_api.h"
#include "bin/builtin.h"
#include "bin/dartutils.h"
#include "bin/isolate_data.h"
#include "bin/main_options.h"
#include "bin/platform.h"
#include "bin/thread.h"
#include "bin/utils.h"
#include "platform/text_buffer.h"
#include "platform/utils.h"
Go to the source code of this file.
Classes | |
struct | dart::bin::VmServiceIONativeEntry |
Namespaces | |
namespace | dart |
namespace | dart::bin |
Macros | |
#define | RETURN_ERROR_HANDLE(handle) |
#define | SHUTDOWN_ON_ERROR(handle) |
Functions | |
void | dart::bin::NotifyServerState (Dart_NativeArguments args) |
static void | dart::bin::Shutdown (Dart_NativeArguments args) |
static Dart_NativeFunction | dart::bin::VmServiceIONativeResolver (Dart_Handle name, int num_arguments, bool *auto_setup_scope) |
const uint8_t * | dart::bin::VmServiceIONativeSymbol (Dart_NativeFunction nf) |
Variables | |
static constexpr const char * | dart::bin::kVMServiceIOLibraryUri = "dart:vmservice_io" |
static VmServiceIONativeEntry | dart::bin::_VmServiceIONativeEntries [] |
#define RETURN_ERROR_HANDLE | ( | handle | ) |
Definition at line 24 of file vmservice_impl.cc.
#define SHUTDOWN_ON_ERROR | ( | handle | ) |
Definition at line 29 of file vmservice_impl.cc.