v8toolkit
v8toolkit copied to clipboard
add_new_constructor_function_template_callback not applied to const type
need to apply add_new_constructor_function_template_callback to const type of wrapped class as well.
this can get a little tricky since the call it makes may be assuming a read/write object.