pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
890 stars 120 forks source link

Support external accessors #72

Closed ike2016 closed 5 years ago

ike2016 commented 6 years ago

External accessors allow to avoid v8 dependencies in the wrapped class and customise binding logic.

pmed commented 6 years ago

Hi Konstantin,

I apologise for the delay with the reply. This request contains other non-related changes, and I hope I've got the idea.

Unfortunately I have no spare time at this moment to review and merge the changes.

atvise commented 5 years ago

Hi @ike2016,

would you be so kind and rebase your pull request ?

Thank you!

pmed commented 5 years ago

Hi @ike2016

I've merged your changes to the version-2.0 branch. It now supports lambdas and free functions as property accessors.

Thank you so much for the contribution!

Best regards, Pavel