#include "flutter/shell/platform/fuchsia/dart_runner/service_isolate.h"#include "flutter/fml/logging.h"#include "flutter/shell/platform/fuchsia/dart_runner/builtin_libraries.h"#include "flutter/shell/platform/fuchsia/dart_runner/dart_component_controller.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"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) |
| #define SHUTDOWN_ON_ERROR | ( | handle | ) |
Definition at line 39 of file service_isolate.cc.