Flutter Engine
The Flutter Engine
|
#include "service_isolate.h"
#include "flutter/fml/logging.h"
#include "third_party/dart/runtime/include/bin/dart_io_api.h"
#include "third_party/tonic/converter/dart_converter.h"
#include "third_party/tonic/dart_library_natives.h"
#include "third_party/tonic/dart_microtask_queue.h"
#include "third_party/tonic/dart_state.h"
#include "third_party/tonic/typed_data/typed_list.h"
#include "builtin_libraries.h"
#include "dart_component_controller.h"
Go to the source code of this file.
Namespaces | |
namespace | dart_runner |
Macros | |
#define | SHUTDOWN_ON_ERROR(handle) |
Functions | |
Dart_Isolate | dart_runner::CreateServiceIsolate (const char *uri, Dart_IsolateFlags *flags_unused, char **error) |
Dart_Handle | dart_runner::GetVMServiceAssetsArchiveCallback () |
#define SHUTDOWN_ON_ERROR | ( | handle | ) |
Definition at line 40 of file service_isolate.cc.