pmed / v8pp

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

Extend class #136

Closed cr-mitmit closed 4 years ago

cr-mitmit commented 4 years ago

Ability to get an class_<T> back from "classes" registry so that members can be added after declaration is done. Call is explicit using class_<T>::extend_class

pmed commented 4 years ago

Hi @cr-mitmit

thanks for the contribution. I've merged this PR onto the master, and c+17 branches.