aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-4/+51
|\
| * Accelerate access to scope object properties in lookupsMichael Brasser2019-03-201-1/+44
| * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-2/+1
| * Enable lookups in QMLSimon Hausmann2019-03-191-1/+6
* | Move QStringHash into its own fileUlf Hermann2019-02-061-1/+0
* | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+0
|/
* V4: Avoid copying WeakValues with wrapped QObjectsUlf Hermann2018-11-221-1/+8
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+1
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-1/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-3/+3
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-9/+10
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-3/+3
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-1/+1
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-3/+3
* 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