Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Using QJEngine vs/as QScriptEngine
-
Hi;
I am porting my codes (custom type etc) from QScriptEngine to QJEngine. I have some quesitons;
- What is corresponding QScriptable in JSEngine ? I didn't see...
- What is corresponding QScriptContext::throwError in JSEngine ?
- Where can I find an example about Proto Type mechanizm ?
Thanks...