aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix Managed::as<>() methodLars Knoll2014-07-2228-67/+83
* | Change the object allocation schemeSimon Hausmann2014-07-2218-126/+168
* | Convert Execution contexts to new constructor syntaxLars Knoll2014-07-2210-174/+199
* | Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-228-89/+63
* | Convert String to new constructor syntaxLars Knoll2014-07-227-72/+71
* | Convert more objects to the new constructor schemeLars Knoll2014-07-229-78/+71
* | Convert most simple objects to the new constructor schemeLars Knoll2014-07-2214-256/+247
* | Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-2222-141/+130
* | Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-229-99/+73
* | Convert construtors for QObjectWrapperLars Knoll2014-07-222-28/+22
* | Convert regexpsLars Knoll2014-07-2211-114/+140
* | New construction scheme for the binding wrapperLars Knoll2014-07-222-28/+25
* | Convert constructors for builtin functionsLars Knoll2014-07-221-0/+3
* | Convert delegate model and indexed builtin functionLars Knoll2014-07-223-14/+59
* | Start implement new Object creation patternLars Knoll2014-07-226-23/+87
* | Get rid of CallDataRefLars Knoll2014-07-223-54/+22
* | Get rid of ManagedRefLars Knoll2014-07-224-88/+0
* | Get rid of all uses of ObjectRefLars Knoll2014-07-2238-135/+117
* | Remove the less often used Ref classesLars Knoll2014-07-2215-32/+18
* | Get rid of StringRefLars Knoll2014-07-2236-250/+240
* | Rename V4_MANAGED_NEW back to V4_MANAGEDLars Knoll2014-07-224-38/+26
* | Convert specialized ExecutionContext's to new data layoutLars Knoll2014-07-223-32/+52
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-2229-855/+872
* | Convert QV4RegExp to new storage schemeLars Knoll2014-07-222-22/+32
* | Move MemberData over to new storage layoutLars Knoll2014-07-224-11/+29
* | Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-2210-36/+36
* | Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-2222-48/+45
* | Move VariantObject over to new storage layoutLars Knoll2014-07-223-25/+30
* | Convert StringObject to new storage layoutLars Knoll2014-07-224-25/+32
* | Convert String to the new storage layoutLars Knoll2014-07-226-109/+117
* | Convert SequenceObject to new storage layoutLars Knoll2014-07-221-65/+74
* | Convert the QML Binding wrapper to new data storageLars Knoll2014-07-222-22/+36
* | Convert QObjectWrapper to new storage structureLars Knoll2014-07-222-58/+77
* | Convert ObjectIterator to new storage schemeLars Knoll2014-07-222-15/+17
* | Convert objects without own dataLars Knoll2014-07-224-4/+4
* | Convert ErrorObject to new storage schemeLars Knoll2014-07-223-37/+40
* | Convert DateObject over to new storage schemeLars Knoll2014-07-222-11/+13
* | Convert ArrayObject over to the new storage schemeLars Knoll2014-07-222-2/+2
* | Convert ArgumentsObject over to the new storage schemeLars Knoll2014-07-222-21/+29
* | Convert RegexpObject to new storage schemeLars Knoll2014-07-222-36/+45
* | Convert FunctionObject to new storage schemeLars Knoll2014-07-223-48/+57
* | Convert Boolean and NumberObject to the new Data schemeLars Knoll2014-07-223-18/+20
* | First step unifying data structuresLars Knoll2014-07-222-15/+21
* | Move ArrayData over to new data layoutLars Knoll2014-07-229-252/+283
* | Convert ArgumentsObject to new data layoutLars Knoll2014-07-222-40/+63
* | Convert ObjectIterator to new data layoutLars Knoll2014-07-221-4/+12
* | Convert RegExp and RegExpObject to new data layoutLars Knoll2014-07-225-97/+123
* | Convert the remaining classes in functionobject.hLars Knoll2014-07-223-27/+42
* | Move data of FunctionObject into an inner structLars Knoll2014-07-226-75/+86
* | Convert Boolean, Number and DateObjectLars Knoll2014-07-227-74/+101