Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
utils.cc
Go to the documentation of this file.
1// Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4
5#include "bin/utils.h"
6
7#include <errno.h> // NOLINT
8
9#include "bin/builtin.h"
10#include "bin/dartutils.h"
11
12#include "include/dart_api.h"
13
14#include "platform/globals.h"
15#include "platform/utils.h"
16
17namespace dart {
18namespace bin {
19
23
24} // namespace bin
25} // namespace dart
#define FUNCTION_NAME(name)
Definition builtin.h:19
struct _Dart_NativeArguments * Dart_NativeArguments
Definition dart_api.h:3010
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
void FUNCTION_NAME() OSError_inProgressErrorCode(Dart_NativeArguments args)
Definition utils.cc:20
DART_EXPORT void Dart_SetIntegerReturnValue(Dart_NativeArguments args, int64_t retval)