pmed / v8pp

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

Use v8::Local handles everywhere #114

Closed tim-janik closed 5 years ago

tim-janik commented 5 years ago

Fix the remaining v8::Handle occourances, including the docs & examples, so users are not mislead into using deprecated/removed types.

pmed commented 5 years ago

Hi @tim-janik

Thank you a lot for the fix!