aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-203-17/+8
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-192-1/+11
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-1/+0
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1812-52/+67
|\
| * Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-282-13/+4
| * Fix warning about returning address of local variable by MSVC2015 in qv4engin...Friedemann Kleint2015-07-171-0/+5
| * Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-151-1/+1
| * V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-107-19/+75
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-094-17/+17