Go to the source code of this file.
◆ DEFINE_WRAPPERTYPEINFO
#define DEFINE_WRAPPERTYPEINFO |
( |
| ) |
|
Value: public: \
return dart_wrapper_info_; \
} \
return GetTypeForWrapper(dart_state, dart_wrapper_info_); \
} \
\
private: \
Dart_Handle Dart_PersistentHandle
Definition at line 66 of file dart_wrappable.h.
◆ IMPLEMENT_WRAPPERTYPEINFO
#define IMPLEMENT_WRAPPERTYPEINFO |
( |
|
LibraryName, |
|
|
|
ClassName |
|
) |
| |
Value: static const tonic::DartWrapperInfo \
kDartWrapperInfo_##LibraryName_##ClassName(#LibraryName, #ClassName); \
kDartWrapperInfo_##LibraryName_##ClassName;
Definition at line 78 of file dart_wrappable.h.