data type - drawapp8/v8-native-binding-generator GitHub Wiki

Now the following types are supported:

  • 1.string
  • 2.int32_t
  • 3.int64_t
  • 4.double
  • 5.bool
  • 6.function function type can only be arguments now.
  • 7.class You can use any class that are subclass of ObjectWrap. You should use Class Pointer as type, for example: Point*