#include <dart_wrappable.h>
Static Public Member Functions | |
| static DartWrappable * | FromDart (Dart_Handle handle) |
| static DartWrappable * | FromArguments (Dart_NativeArguments args, int index, Dart_Handle &exception) |
Definition at line 84 of file dart_wrappable.h.
|
static |
Definition at line 99 of file dart_wrappable.cc.
References args, tonic::DartError::kInvalidArgument, tonic::DartWrappable::kNumberOfNativeFields, and tonic::DartWrappable::kPeerIndex.
Referenced by tonic::DartConverter< T *, typename std::enable_if< std::is_convertible< T *, const DartWrappable * >::value >::type >::FromArguments().
|
static |
Definition at line 87 of file dart_wrappable.cc.
References tonic::DartWrappable::kPeerIndex.
Referenced by tonic::DartConverter< T *, typename std::enable_if< std::is_convertible< T *, const DartWrappable * >::value >::type >::FromDart().