aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Reduce v8engine dependency in the type wrapperLars Knoll2015-01-021-5/+3
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-1/+1
* Store a pointer to a heap object in the context wrapperLars Knoll2014-12-201-3/+1
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-1/+1
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-5/+0
* Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-211-4/+4
* Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-2/+2
* Use heap objects in the remaining managed objectsLars Knoll2014-11-121-3/+5
* Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-101-6/+6
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-2/+2
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-7/+7
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+2
* Get rid of !this and similar constructsLars Knoll2014-10-311-10/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-3/+3
* Convert context and list wrapperLars Knoll2014-07-221-19/+19
* Get rid of StringRefLars Knoll2014-07-221-9/+9
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-1/+1
* Convert the context wrapper to the new storage layoutLars Knoll2014-07-221-22/+27
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-0/+3
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-171-0/+1
* Fix QQmlContextData object leakLiang Jian2014-03-141-1/+1
* [new compiler] Fix incorrect accelerated lookups to id objectsSimon Hausmann2014-03-061-1/+3
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-3/+4
* Fix global object handling in worker script JS files.v5.3.0-alpha1Michael Brasser2014-02-251-7/+7
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-4/+4
* 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