aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-5/+4
* Cleanup exception catching codeLars Knoll2014-11-151-6/+4
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-1/+1
* Fix some documentation errors.Friedemann Kleint2014-03-241-1/+0
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-55/+58
|\
| * Fix crash when the currently running binding is deleted.Michael Brasser2014-02-151-55/+58
* | Rename some filesLars Knoll2014-01-311-1/+1
|/
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-2/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-3/+2
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-15/+14
* Properly propagate parse errorsLars Knoll2013-10-291-9/+9
* Remove internal method from public APILars Knoll2013-10-191-3/+3
* Change exception handling APISimon Hausmann2013-10-021-51/+11
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-9/+11
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-9/+9
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+2
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-3/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-19/+17
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-15/+22
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1