aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+2
* Remove last traces of QV8EngineUlf Hermann2019-05-084-572/+4
* Remove QQmlV4HandleUlf Hermann2019-04-102-17/+2
* Improve logging of nested arraysUlf Hermann2019-01-031-1/+22
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-4/+0
* Speed up instanceof operationsLars Knoll2018-09-271-0/+5
* Cleanups in Value/PrimitiveLars Knoll2018-09-174-31/+31
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-092-3/+3
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-0/+2
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-022-11/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-022-0/+10
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-032-0/+2
* Prefix vtable methods with virtualLars Knoll2018-07-032-6/+6
* Replace Identifier by PropertyKeyLars Knoll2018-07-023-3/+3
* Cleanups in the Identifier APILars Knoll2018-07-021-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-022-4/+4
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-251-1/+4
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+4
| |\
| | * Fix crash in binding setup during async load from a LoaderErik Verbruggen2018-06-211-1/+4
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-1/+1
|\|
| * Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
* | Remove bindings that have no dependenciesSimon Hausmann2018-05-161-0/+12
* | Fix console.log for sequence types such as QStringListSimon Hausmann2018-05-021-1/+1
* | Don't use stringForId() anymoreLars Knoll2018-05-021-1/+1
* | Garbage collect identifiersLars Knoll2018-05-021-1/+1
* | Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-022-2/+2
* | Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-3/+3
* | Remove the QString member from IdentifierLars Knoll2018-05-021-2/+5
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-182-6/+11
|\|
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-162-6/+11
* | garbage collect InternalClassLars Knoll2018-04-121-1/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-122-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-0/+10
|\|
| * Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+10
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-273-16/+16
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-263-16/+16
* | Add a feature for QML locale supportUlf Hermann2018-02-153-0/+12
* | Add a feature for xmlhttprequestUlf Hermann2018-02-122-2/+10
* | QML: Make mapping of sequence object in JS optionalUlf Hermann2018-02-111-0/+3
* | Further simplify relation between different enginesUlf Hermann2018-02-072-7/+3
|/
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-023-18/+6
* Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-122-309/+309
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-122-3/+3
* Drop some dead codeUlf Hermann2018-01-082-14/+0
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+5
|\
| * Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+4
| |\