James

Results 22 comments of James

Inheriting from V8NativeObject and registering it as a type to be used is not supported (yet). Just remove V8NativeObject and use the inject attribute (or better yet, it's faster to...

Let me show you what is happening currently (and why what you are doing is not supported yet): 1. You call `new Person('Bruce')` to create a new JS object. 2....

Hi, seems GitHub is unreliable in sending email notices. I just saw this now. The "params" keyword is just sugar in C# for accepting an array of parameters. As far...

Everything is statically linked to make things easier (fewer files to deal with for deploying to NuGet). Why did you need this? I would have to see show this affects...

Hi, not sure why I didn't get an email about your post. It seems Github sends out notices when it feels like it half the time. :/ I've been head-deep...

Hi, that looks like you are trying to perform some kind of number formatting within JS. Someone else had a similar issue with V8 here: https://groups.google.com/forum/#!topic/v8-users/4DOD6z57xfU What you are most...

Odd, I never received any email notifications until now. I’ll take a look ASAP, thanks for reporting it. :)

The underlying issue is not very obvious unfortunately. It may take some time to figure out what is failing, but I'll keep at it.

I've been unable to figure this out, but I ended up re-writing some of the code to make some things better, and will deploy some changes soon. I'm still in...