pmed / v8pp

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

Make argument count mismatches easier to debug. #194

Closed rubenlg closed 1 year ago

rubenlg commented 1 year ago

Add context on what was the expected number of arguments as well as the actual count.

pmed commented 1 year ago

Cool, thanks!