I have to run a series of javascript 'scripts' in a C++ application. Most of them are repetitive actions. Example of code here.
I know Qt since version 5 contains 2 javascript engines: QtScript and QJSEngine.
My question is in which situations should we use one or another? Which performs better and in which situations?