#include <dart_runtime_hooks.h>
Static Public Member Functions | |
| static void | Install (bool is_ui_isolate, bool enable_microtask_profiling, const std::string &script_uri) |
| static void | Logger_PrintDebugString (const std::string &message) |
| static void | Logger_PrintString (const std::string &message) |
| static void | ScheduleMicrotask (Dart_Handle closure) |
| static Dart_Handle | GetCallbackHandle (Dart_Handle func) |
| static Dart_Handle | GetCallbackFromHandle (int64_t handle) |
Definition at line 14 of file dart_runtime_hooks.h.
|
static |
Definition at line 289 of file dart_runtime_hooks.cc.
References flutter::DartCallbackCache::GetCallback(), and flutter::PropagateIfError().
|
static |
Definition at line 273 of file dart_runtime_hooks.cc.
References flutter::DartCallbackCache::GetCallbackHandle(), flutter::GetFunctionClassName(), flutter::GetFunctionLibraryUrl(), flutter::GetFunctionName(), and flutter::name.
|
static |
Definition at line 159 of file dart_runtime_hooks.cc.
References flutter::InitDartAsync(), flutter::InitDartCore(), flutter::InitDartInternal(), and flutter::InitDartIO().
|
static |
Definition at line 169 of file dart_runtime_hooks.cc.
References Logger_PrintString(), and message.
|
static |
Definition at line 175 of file dart_runtime_hooks.cc.
References flutter::UIDartState::Current(), flutter::UIDartState::logger_prefix(), flutter::UIDartState::LogMessage(), and message.
Referenced by Logger_PrintDebugString().
|
static |
Definition at line 196 of file dart_runtime_hooks.cc.
References flutter::UIDartState::Current(), and flutter::UIDartState::ScheduleMicrotask().