aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Clean up the amount of init() methods on FunctionObjectLars Knoll2016-12-112-47/+7
* Get rid of SimpleScriptFunctionLars Knoll2016-12-116-94/+31
* Some smaller optimizations for indexed property accessLars Knoll2016-12-102-23/+47
* Avoid one additional check when retrieving the Heap object from a ValueLars Knoll2016-12-101-7/+7
* Get rid of QQmlJavaScriptExpression::setFunctionObject()Lars Knoll2016-12-093-14/+2
* Fix coding styleLars Knoll2016-12-091-10/+6
* Pass a QV4::Function to the QQmlBoundSignalExpression constructorLars Knoll2016-12-093-6/+6
* Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-096-22/+10
* Directly store the referenced QV4::Function pointer in the binding functionLars Knoll2016-12-093-26/+3
* Fix the init() function in Heap::FunctionObjectLars Knoll2016-12-091-1/+2
* Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-096-19/+5
* Add a setSourceLocation() methodLars Knoll2016-12-092-1/+9
* Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-095-31/+18
* Don't create a FunctionObject in createQmlBinding()Lars Knoll2016-12-093-53/+2
* Avoid the creation of a FunctionObject for most bindingsLars Knoll2016-12-095-3/+30
* Don't store a FunctionObject in QQmlJavaScriptExpression anymoreLars Knoll2016-12-092-18/+29
* Limit access to m_function to QQmlJavaScriptExpressionLars Knoll2016-12-095-10/+28
* Don't create a QML function is the signal parameters are invalidLars Knoll2016-12-092-4/+4
* Remove some dead codeLars Knoll2016-12-091-4/+0
* Avoid using the FunctionObject in QQmlJavaScriptExpression::evaluate()Lars Knoll2016-12-091-3/+10
* Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-094-5/+5
* Mostly use the QV4::Function in javascript expressionsLars Knoll2016-12-096-35/+30
* Bump QML cache file versionSimon Hausmann2016-12-091-1/+1
* Remove unused argumentLars Knoll2016-12-092-8/+4
* Get rid od ScriptFunction::init()Lars Knoll2016-12-092-7/+1
* Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-095-105/+92
* Minor cleanupLars Knoll2016-12-091-5/+6
* Add sourceLocation() accessor to QQmlJavascriptExpressionLars Knoll2016-12-095-15/+9
* Move the check whether a function is simple to QV4::FunctionLars Knoll2016-12-092-6/+12
* Avoid some copies of Values on the JS stackLars Knoll2016-12-092-12/+10
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-0715-1185/+1268
|\
| * Don't read members of the binding after it has been freedLars Knoll2016-12-061-2/+1
| * Fix compilation error with ICC 17: it doesn't like auto and commaThiago Macieira2016-12-042-16/+48
| * Fix build of QtQuick compiler generated code with popScope()Simon Hausmann2016-12-021-0/+5
| * Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-307-1156/+1192
| * QQmlDelegateModel: Avoid allocating unnecessarilyRobin Burchell2016-11-302-9/+17
| * Make sure we cannot reload debug connectors on shutdownUlf Hermann2016-11-301-1/+4
| * Fix caching of the current qmlContext in QQmlObjectCreatorLars Knoll2016-11-291-1/+1
* | Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-064-16/+10
* | Use QV4::Function instead of the FunctionObject in CallContextLars Knoll2016-12-065-37/+53
* | Add a sourceLocation() accessor to QV4::FunctionLars Knoll2016-12-062-3/+7
* | Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-062-31/+2
* | V4: Simplify strict-mode setting on call context objectsErik Verbruggen2016-12-061-3/+3
* | V4: Jit: inline a toBoolean conversion for 'var' typeErik Verbruggen2016-12-061-1/+31
* | Remove unnecessary testsRobin Burchell2016-12-051-8/+4
* | Inline the qmlScope and urlScope methodsLars Knoll2016-12-042-29/+10
* | Start cleaning up the QmlContextWrapperLars Knoll2016-12-0426-198/+111
* | Hint the compiler that exceptions are exceptional and not the hot pathErik Verbruggen2016-12-012-8/+9
* | Reorder CallData building for better gcc codegenErik Verbruggen2016-12-011-6/+7
* | V4: Make the first QML profiling check as quick as possibleErik Verbruggen2016-12-011-1/+1