v8toolkit icon indicating copy to clipboard operation
v8toolkit copied to clipboard

Library for building hybrid C++/JavaScript applications with the V8 JavaScript engine

Results 16 v8toolkit issues
Sort by recently updated
recently updated
newest added

Has v8toolkit been built for windows successfully using VisualStudio 2018?

which then leads to linker errors. It should not be allowed (or require explicit flag saying it is)

need to apply add_new_constructor_function_template_callback to const type of wrapped class as well.

Getting comments from WrappedClassBase instead of the class itself in unit tests for js stub

ClassParser

WrappedClass, ClassFunction, DataMember, etc should all register (via a xl::log_guard (which may not exist yet)) for being notified of messages and they should track them, especially errors

ClassParser

Can't compile a function template, it needs to be an actual function add_static_method("something", &MyClass::static_templated_function);

For example: @return {std::vector}

bug
ClassParser

For example, @param {Array.{MessageField}} [fields = **std::vector{}**] should be converted to an empty array: **[]**

bug
ClassParser

class OuterClass::NestedClass

bug
help wanted
ClassParser

it should error out during plugin run and refuse to generate bindings if more than one constructor is supposed to be bound to the same javascript name - either explicitly...

bug
ClassParser