aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-251-2/+2
* Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-161-0/+1
* Get rid of QQmlJavaScriptExpression::setFunctionObject()Lars Knoll2016-12-091-12/+0
* Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-091-1/+1
* Directly store the referenced QV4::Function pointer in the binding functionLars Knoll2016-12-091-4/+0
* Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-091-1/+0
* Add a setSourceLocation() methodLars Knoll2016-12-091-1/+8
* Don't create a FunctionObject in createQmlBinding()Lars Knoll2016-12-091-5/+2
* Avoid the creation of a FunctionObject for most bindingsLars Knoll2016-12-091-0/+9
* Don't store a FunctionObject in QQmlJavaScriptExpression anymoreLars Knoll2016-12-091-17/+25
* Limit access to m_function to QQmlJavaScriptExpressionLars Knoll2016-12-091-3/+12
* Avoid using the FunctionObject in QQmlJavaScriptExpression::evaluate()Lars Knoll2016-12-091-3/+10
* Mostly use the QV4::Function in javascript expressionsLars Knoll2016-12-091-0/+12
* Add sourceLocation() accessor to QQmlJavascriptExpressionLars Knoll2016-12-091-0/+5
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-2/+2
* QML: treat permanent guards more like active guardsv5.8.0-alpha1Erik Verbruggen2016-08-311-2/+8
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-1/+1
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-191-1/+1
| | |\
| | | * QML: Do not register dependencies of deleted bindingErik Verbruggen2016-08-181-1/+1
* | | | Fix exponential signal emission growthStephen Kelly2016-08-151-1/+1
|/ / /
* | | Fix endian support in compiled data structuresSimon Hausmann2016-07-141-3/+3
* | | QML: Do not register static QML dependencies on every call.Erik Verbruggen2016-06-241-11/+32
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-17/+7
|/ /
* | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | QML: make QmlContext::qml{Context,Scope} inlinable.Erik Verbruggen2016-04-051-1/+1
* | QML: allow more methods to get inlined.Erik Verbruggen2016-04-051-8/+0
* | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-311-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-4/+4
* Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-201-0/+44
* Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-181-4/+4
* Simplify property capturing codeLars Knoll2015-06-181-10/+10
* Don't store the qmlscope object in a persistentLars Knoll2015-06-181-8/+2
* Move m_function into the base classLars Knoll2015-04-271-5/+6
* Cleanup: remove context argument from evaluate methodsLars Knoll2015-04-261-12/+8
* Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-251-11/+12
* Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-1/+35
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-4/+5
|\
| * Speed up binding evaluationSimon Hausmann2015-04-161-4/+5
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-3/+3
* Get rid of most uses of ValueRefLars Knoll2015-01-231-4/+4
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-2/+2
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-2/+2
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-121-1/+1
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1