summaryrefslogtreecommitdiffstats
path: root/src/script/api/api.pri
Commit message (Collapse)AuthorAgeFilesLines
* Say hello to QScriptProgram :-)Kent Hansen2009-10-281-0/+3
| | | | | | | | | | | QScriptProgram encapsulates a Qt Script program (AKA a script). It retains the compiled representation of the script, so that repeated evaluation of the same script becomes faster. An overload of QScriptEngine::evaluate() that takes a QScriptProgram has been added. Reviewed-by: Olivier Goffart
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-0/+32