Discussion:
V8 JS engine
Sylvain Pointeau
2011-09-14 11:29:52 UTC
Permalink
Hi,

Where can I find documentation on the new JS bridge based on V8 (located for
now in the declarative module)?

I am now interested to integrate a JS engine in my C++ app but I don't want
to start using the QtScript module which will be more or less deprecated.

Best regards,
Sylvain
Kent Hansen
2011-09-15 10:29:07 UTC
Permalink
Hi,
Post by Sylvain Pointeau
Hi,
Where can I find documentation on the new JS bridge based on V8
(located for now in the declarative module)?
I am now interested to integrate a JS engine in my C++ app but I don't
want to start using the QtScript module which will be more or less
deprecated.
Best regards,
Sylvain
Currently the code is the one and only documentation.
The behavior is quite like QtScript in most places.
My best suggestion is to give it a try it and see if the behavior
differs from your expectations.

Regards,
Kent

Loading...