aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4variantobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-2/+2
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-10/+10
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* Use custom debug stream operator in console.logMårten Nordheim2018-11-081-5/+8
* Prefix vtable methods with virtualLars Knoll2018-07-031-1/+1
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-9/+9
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-20/+16
* Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-2/+2
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-23/+24
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-16/+19
|\
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+4
| * QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-051-14/+15
* | optimize string usage: use fromLatin1() lessAnton Kudryavtsev2016-09-081-2/+5
|/
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* 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