aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4variantobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Convert variant object and ObjectProtoLars Knoll2015-09-221-3/+6
* qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-1/+1
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-2/+2
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* More cleanupsLars Knoll2015-04-211-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-5/+5
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* This method is only used one place, so inline it thereLars Knoll2015-01-091-22/+0
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1
* Cleanup: Fix value type wrapper class nameSimon Hausmann2014-12-231-1/+1
* Fix handling of enum values encapsulated in QVariantTobias Koenig2014-12-181-0/+2
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-6/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-6/+0
* Move Data of Variant and ArgumentsObject into Heap namespaceLars Knoll2014-11-081-2/+2
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* Get rid of !this and similar constructsLars Knoll2014-10-311-2/+2
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert more objects to the new constructor schemeLars Knoll2014-07-221-20/+13
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-7/+7
* Move VariantObject over to new storage layoutLars Knoll2014-07-221-20/+17
* Move Managed data into it's own subclassLars Knoll2014-07-221-9/+9
* CleanupsLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-2/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Fix the remaining objects against self destructionLars Knoll2013-10-111-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-2/+2
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-5/+9
* Move more API over to use ValueRefLars Knoll2013-09-261-13/+14
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-2/+2
* Cleanup Object::define*Property APILars Knoll2013-09-221-5/+5
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-1/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-14/+14
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-4/+11
* Restructure source codeLars Knoll2013-08-081-0/+203