Go to the source code of this file.
◆ SHUTDOWN_ON_ERROR
| #define SHUTDOWN_ON_ERROR |
( |
|
handle | ) |
|
Value: if (Dart_IsError(handle)) { \
*
error = strdup(Dart_GetError(handle)); \
FML_LOG(ERROR) <<
error; \
Dart_ExitScope(); \
Dart_ShutdownIsolate(); \
return nullptr; \
}
const uint8_t uint32_t uint32_t GError ** error
Definition at line 40 of file service_isolate.cc.
41 { \
43 FML_LOG(ERROR) <<
error; \
44 Dart_ExitScope(); \
45 Dart_ShutdownIsolate(); \
46 return nullptr; \
47 }
char * strdup(const char *str1)