v8pp icon indicating copy to clipboard operation
v8pp copied to clipboard

Bind C++ functions and classes into V8 JavaScript engine

Results 39 v8pp issues
Sort by recently updated
recently updated
newest added

I downloaded release 2.1.0, and then configured the config.hpp file, and the compilation passed smoothly. But when I ran test.exe for functional testing, I encountered c++ class test failed my...

According to #157, @pmed had already implemented this, which is why I identify this as a regression. Here is an example: C++ ```c++ class Klass {}; v8pp::class_ Klass_class(isolate); Klass_class.ctor(); Klass_class.function("myMethod",...

I'm coming from this site: https://explorerplusplus.com/blog/2019/03/07/embedding-v8-c++-application It basically tells me to just open up the project in visual studio and compiling it in release x64. That is exactly what I'm...

This pull request introduces mapping for std::optional return types and parameters, providing a more seamless integration with TypeScript's optional parameters. The new mapping reflects the following TypeScript optional parameter syntax:...

Hi Pavel, and/or others that can hopefully point me in the right direction.. 🙂 First of all great project, I've been using it for a couple of years and it's...

Could someone list some projects that utilize v8pp so I can have a look? Thanks, George

- use them instead of SFINAE with `v8pp::convert` - allow to convert std::pair as tuple