aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-1/+0
|\
| * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-211-1/+0
* | Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-311-5/+10
* | Filter out duplicate entries in Object.keysErik Verbruggen2019-05-081-0/+7
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-3/+3
|\|
| * Don't call unknown types "null"Ulf Hermann2019-04-261-3/+3
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-1/+1
|\|
| * Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-181-1/+1
* | Remove QQmlV4HandleUlf Hermann2019-04-101-26/+10
* | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-60/+127
|\|
| * Accelerate access to scope object properties in lookupsMichael Brasser2019-03-201-19/+5
| * Accelerate lookup of singleton propertiesMichael Brasser2019-03-201-1/+3
| * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-24/+4
| * Enable lookups in QMLSimon Hausmann2019-03-191-37/+136
* | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-0/+3
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-9/+22
|\|
| * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-211-9/+22
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-211-9/+31
|\|
| * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-171-9/+31
* | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+1
|/
* V4: Avoid copying WeakValues with wrapped QObjectsUlf Hermann2018-11-221-3/+1
* INTEGRITY: Fix build failures on 64-bit ARMPasi Petäjäjärvi2018-10-221-2/+2
* Make Object::getOwnProperty() constLars Knoll2018-09-231-2/+2
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-2/+2
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+2
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-54/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+68
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-14/+14
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-1/+1
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-3/+3
* Cleanups in the Identifier APILars Knoll2018-07-021-3/+3
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-6/+8
* Unify put and putIndexedLars Knoll2018-07-021-10/+10
* Add Proxy support for prototype handlingLars Knoll2018-06-251-1/+1
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-17/+21
* Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-021-1/+1
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-6/+17
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-271-5/+5
|\
| * Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-261-5/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-1/+4
|\|
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-1/+4
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-5/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-0/+5
|\|
| * Rebuild property cache in QObjectWrapper::getProperty if deletedDavid Edmundson2018-03-081-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-38/+38
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-38/+38
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-131-3/+3
|\|
| * doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-3/+3
* | QML: Make mapping of sequence object in JS optionalUlf Hermann2018-02-111-0/+10
|/