aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2557-1182/+1263
|\| |
| * | CleanupsLars Knoll2015-09-251-32/+22
| * | Reduce memory consumption of signal handlersLars Knoll2015-09-254-8/+23
| * | Smaller cleanupsLars Knoll2015-09-252-12/+14
| * | V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-251-7/+4
| * | Fall back to the correct methodLars Knoll2015-09-251-1/+1
| * | Cosmetic improvements to marking of objects during GCLars Knoll2015-09-251-4/+5
| * | Speed up creation of Array literalsLars Knoll2015-09-253-9/+22
| * | Add method to convert identifiers back into QV4::String objectsLars Knoll2015-09-253-1/+20
| * | Speed up QQmlEngine constructorLars Knoll2015-09-252-7/+14
| * | Fix read of uninitialized value (undefined behavior)Thiago Macieira2015-09-241-2/+2
| * | Fixes to Error objectsLars Knoll2015-09-225-138/+121
| * | Move remaining objects to new constructor syntaxLars Knoll2015-09-2211-67/+35
| * | Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-2211-67/+58
| * | Simplify new construction schemeLars Knoll2015-09-229-27/+56
| * | move error objects over to new construction schemeLars Knoll2015-09-224-94/+119
| * | Convert variant object and ObjectProtoLars Knoll2015-09-224-14/+12
| * | Use the new construction scheme for RegExpObjectsLars Knoll2015-09-225-56/+46
| * | Move more objects over to the new allocation schemeLars Knoll2015-09-2211-85/+66
| * | Inline property data into the objectLars Knoll2015-09-224-26/+62
| * | Add DataView unsigned integer getter/setters with correct casingsNobuaki Sukegawa2015-09-211-6/+14
| * | Remove getterFrank Meerkoetter2015-09-162-3/+2
| * | Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-2/+1
| * | Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-1/+1
| * | Get rid of propertyAt in ObjectLars Knoll2015-09-153-17/+53
| * | Replace __getPropertyDescriptor__ with a getValueOrSetter callLars Knoll2015-09-153-37/+46
| * | Don't return Property * from ArrayData::insertLars Knoll2015-09-153-10/+9
| * | Further reduce usage of PropertyLars Knoll2015-09-154-30/+35
| * | Simplify Object::getValueLars Knoll2015-09-156-20/+24
| * | Simplify Object::putValue()Lars Knoll2015-09-153-4/+7
| * | CleanupLars Knoll2015-09-153-8/+8
| * | Encapsulate the remaining direct accesses to Object::memberDataLars Knoll2015-09-152-6/+18
| * | CleanupsLars Knoll2015-09-159-80/+79
| * | Further cleanupsLars Knoll2015-09-155-11/+11
| * | Don't compute the QString whenever we need to know the v4 string lengthAleix Pol2015-09-151-1/+1
| * | Fix typoLars Knoll2015-09-152-4/+4
| * | Rename currentExecutionContext to currentContextLars Knoll2015-09-1510-50/+50
| * | Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-1516-127/+107
| * | Get rid of Scope.sizeLars Knoll2015-09-151-57/+0
| * | Store the stack of executioncontext's on the JS stackLars Knoll2015-09-157-77/+85
| * | Reduce usage of context->parentLars Knoll2015-09-153-25/+26
| * | Explicitly push/pop ExecutionContextsLars Knoll2015-09-156-6/+11
| * | Cleanup the ExecutionContextSaverLars Knoll2015-09-156-30/+30
| * | Get rid of the qmlContextObject methodLars Knoll2015-09-152-10/+6
| * | Smaller cleanupLars Knoll2015-09-092-0/+7
| * | Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-094-26/+32
| * | Pass the correct QML context as scope to the binding wrapperLars Knoll2015-09-081-9/+6
| * | Don't push new QML contexts onto the context stackLars Knoll2015-09-083-4/+6
| * | QV4Include doesn't need a contextdataLars Knoll2015-09-082-8/+4
| * | Refactor the way we declare signal parameter namesLars Knoll2015-09-086-22/+47