aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-9/+9
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-2/+4
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+19
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-1/+57
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-5/+2
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-4/+21
* Speed up id object lookupsSimon Hausmann2013-10-291-1/+25
* Protect write accesses to objectsLars Knoll2013-10-291-0/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+6
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-8/+11
* Remove more direct QV4::Value usageLars Knoll2013-09-281-4/+6
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-3/+3
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-7/+6
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-4/+4
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-1/+2
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-9/+9
* Convert some methods to use Returned<>Lars Knoll2013-09-181-2/+4
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-10/+11
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-17/+18
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+0
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-081-2/+11
* Get rid of QQmlIntegerCacheLars Knoll2013-06-281-3/+3
* Get rid of QHashedV4StringLars Knoll2013-06-281-7/+3
* Fix tst_qqmlecmascripts::importScripts with private importsSimon Hausmann2013-06-231-0/+3
* Remove context argument from Object::get/putValueLars Knoll2013-06-221-1/+1
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-10/+10
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-7/+8
* Fix parts of workerscriptLars Knoll2013-06-181-16/+17
* Fix tst_qqmlecmascript::scriptErrors()Simon Hausmann2013-06-071-1/+1
* Get rid of QV8QObjectWrapperSimon Hausmann2013-06-071-2/+0
* Get rid of QV8QObjectWrapper:setProperty and SetPropertySimon Hausmann2013-06-071-3/+2
* Simplify QObjectWrapper calls from within other type wrappersSimon Hausmann2013-06-071-16/+12
* Get rid of QV8QObjectWrapper::getPropertySimon Hausmann2013-06-071-8/+9
* Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-2/+2
* Another property query fix for the QObject bindingsSimon Hausmann2013-06-031-1/+1
* Fix regression with meta object revision checkingSimon Hausmann2013-06-031-6/+5
* Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-311-1/+0
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-25/+6
* Port the list wrapper over to v4Lars Knoll2013-05-311-3/+4
* Cleanup the context wrapper codeLars Knoll2013-05-301-0/+363