24 zx_handle_op_t operation,
34#define FOR_EACH_STATIC_BINDING(V) V(HandleDisposition, create)
36#define FOR_EACH_BINDING(V) \
37 V(HandleDisposition, operation) \
38 V(HandleDisposition, handle) \
39 V(HandleDisposition, type) \
40 V(HandleDisposition, rights) \
41 V(HandleDisposition, result)
46#define DART_REGISTER_NATIVE_STATIC_(CLASS, METHOD) \
47 DART_REGISTER_NATIVE_STATIC(CLASS, METHOD),
53 natives->Register({{
"HandleDisposition_constructor",
zx_handle_op_t operation() const
zx_rights_t rights() const
fml::RefPtr< dart::Handle > handle() const
static fml::RefPtr< HandleDisposition > create(zx_handle_op_t operation, fml::RefPtr< dart::Handle > handle, zx_obj_type_t type, zx_rights_t rights)
zx_obj_type_t type() const
#define DART_NATIVE_CALLBACK_STATIC(CLASS, METHOD)
#define DART_NATIVE_NO_UI_CHECK_CALLBACK(CLASS, METHOD)
#define DART_REGISTER_NATIVE(CLASS, METHOD)
#define IMPLEMENT_WRAPPERTYPEINFO(LibraryName, ClassName)
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
it will be possible to load the file into Perfetto s trace viewer use test Running tests that layout and measure text will not yield consistent results across various platforms Enabling this option will make font resolution default to the Ahem test font on all disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via dart
Dart_Handle ToDart(const T &object)
void HandleDisposition_constructor(Dart_NativeArguments args)
#define FOR_EACH_STATIC_BINDING(V)
#define FOR_EACH_BINDING(V)
#define DART_REGISTER_NATIVE_STATIC_(CLASS, METHOD)