aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-2/+2
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-2/+2
* Change signature for call/callAsConstructorLars Knoll2017-11-071-4/+4
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
* Refactor context handlingLars Knoll2017-08-101-2/+2
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-2/+2
* Change function signatures for call/construct backLars Knoll2017-08-041-3/+3
* QObjectWrapper: Try harder to avoid creating wrappers if we canRobin Burchell2017-04-251-0/+1
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-111-7/+4
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-7/+4
| |\
| | * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-101-7/+4
* | | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-3/+3
* | | Refactor how we define Heap objectsLars Knoll2017-03-091-4/+4
* | | New mark table implementationLars Knoll2017-03-091-11/+9
* | | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-1/+1
|/ /
* / Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-2/+2
|/
* Avoid a duplicated wasDeleted() checkLars Knoll2016-11-291-8/+9
* QML: allow QObjectWrapper::init to be inlinedErik Verbruggen2016-10-181-2/+7
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-1/+1
| |\
| | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-1/+1
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-2/+8
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-7/+17
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-4/+11
* | | QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-6/+22
* | | QML: Replace a QVector with a plain old C-style arrayErik Verbruggen2016-09-221-2/+4
* | | Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-1/+0
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+1
| |\|
| | * Fix crash with SignalTransitionSimon Hausmann2016-05-251-1/+1
* | | Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-0/+28
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+19
|\| |
| * | V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-201-0/+19
* | | QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-0/+1
* | | Add Qt.callLater() function.Michael Brasser2016-03-081-0/+2
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-231-1/+0
* Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-181-0/+1
* Reduce memory consumption of signal handlersLars Knoll2015-09-251-0/+3
* Smaller cleanupsLars Knoll2015-09-251-1/+3
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-201-3/+2
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-1/+0
* destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-101-1/+2
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-0/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Cleanup signature of get/setProperty in the object wrapperLars Knoll2015-06-181-4/+4
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-9/+11
|\