I'm trying to switch my JS engine to V8 from Jint, as Jint doesn't seam to provide debugging options for VSCode. In Jint if I call a c# functiont that takes in an Action<int> with a function as the parameter, it is automatically converted. I know host.proc exists but i would like to make the transfer as seamless to my users as possible, and the use of an extra function call for this is quite un natural for JS users.