aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-084-52/+49
* | Fix regression in ObjectProto.getOwnPropertyDescriptorLars Knoll2015-09-081-4/+4
* | Allocate QML defined properties without extra roomFrank Meerkoetter2015-09-052-10/+21
* | CleanupFrank Meerkoetter2015-09-031-2/+2
* | Create less BindingWrappersLars Knoll2015-08-252-18/+2
* | std::sort JS profiling data instead of insert-sorting itUlf Hermann2015-08-242-12/+18
* | Make iteration over persistent values saferLars Knoll2015-08-242-10/+61
* | Remove unused pointer to the context wrapperLars Knoll2015-08-202-12/+0
* | Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-203-2/+23
* | Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-201-5/+5