Go to the source code of this file.
◆ DART_REGISTER_NATIVE_STATIC_
Definition at line 46 of file handle_disposition.cc.
51 {
52 natives->Register({{"HandleDisposition_constructor",
56}
57
58}
59}
#define DART_REGISTER_NATIVE(CLASS, METHOD)
#define FOR_EACH_STATIC_BINDING(V)
#define FOR_EACH_BINDING(V)
#define DART_REGISTER_NATIVE_STATIC_(CLASS, METHOD)
void HandleDisposition_constructor(Dart_NativeArguments args)
◆ FOR_EACH_BINDING
| #define FOR_EACH_BINDING |
( |
|
V | ) |
|
Value: V(HandleDisposition, operation) \
V(HandleDisposition, handle) \
V(HandleDisposition,
type) \
V(HandleDisposition, rights) \
V(HandleDisposition, result)
Definition at line 36 of file handle_disposition.cc.
◆ FOR_EACH_STATIC_BINDING
| #define FOR_EACH_STATIC_BINDING |
( |
|
V | ) |
V(HandleDisposition, create) |