aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4include.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't needlessly restrict Qt.include() in case !qml-networkUlf Hermann2019-04-181-8/+5
* Fix parsing of js files via Qt.include()Simon Hausmann2018-11-291-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-10/+10
* Clean up QML worker scripts part 2Simon Hausmann2018-08-211-1/+1
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-3/+7
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Remove some duplicated codeSimon Hausmann2018-01-251-15/+1
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-5/+5
* Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
* Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
* Get rid of JSCallData::call()Lars Knoll2017-11-071-4/+4
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-2/+2
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-4/+4
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-3/+4
* Change function signatures for call/construct backLars Knoll2017-08-041-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Convert more builtin functionsLars Knoll2017-01-251-10/+9
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
* Turn the no-network support into a configurable featureLars Knoll2016-10-101-7/+7
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-1/+1
* QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-6/+32
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+2
|\
| * Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-231-0/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-8/+9
* QV4Include doesn't need a contextdataLars Knoll2015-09-081-5/+3
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-1/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* More cleanupsLars Knoll2015-04-211-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-4/+4
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-5/+5
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Get rid of Value::engine()Lars Knoll2015-01-121-2/+2
* Reduce v8engine dependency in qv4includeLars Knoll2015-01-021-5/+4
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-10/+10
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* Cleanup exception catching codeLars Knoll2014-11-151-6/+3
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-4/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-8/+16
|\
| * Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-061-8/+16
* | Get rid of StringRefLars Knoll2014-07-221-10/+10
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-17/+16
|/
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-2/+2
* fix whitespaceOswald Buddenhagen2014-01-221-3/+3