aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+2
* Remove last traces of QV8EngineUlf Hermann2019-05-081-11/+4
* Remove QQmlV4HandleUlf Hermann2019-04-101-2/+2
* Improve logging of nested arraysUlf Hermann2019-01-031-1/+22
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-4/+0
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-5/+5
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-2/+2
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-10/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+9
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-031-0/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-4/+4
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-1/+1
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-3/+3
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* 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
* | 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
* | Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-1/+1
* | 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-181-4/+5
|\|
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-4/+5
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-2/+2
* | 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-271-12/+12
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-12/+12
* | Add a feature for QML locale supportUlf Hermann2018-02-151-0/+6
|/
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-4/+2
* Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-121-252/+252
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-2/+2
* 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
| |\
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-0/+4
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-70/+70
* | | Move line number information into a side tableLars Knoll2017-08-251-8/+8
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-0/+2
|\| |
| * | Mention the t (zone) format specifier for formatDateTimeEdward Welbourne2017-08-151-0/+2
* | | Cleanup naming of Stack frame structuresLars Knoll2017-08-101-8/+8
* | | Avoid creating a CallContext for simple functionsLars Knoll2017-08-101-4/+4
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-161/+189
* | | Fix frame handlingLars Knoll2017-08-041-11/+11
* | | Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-29/+29
* | | Get rid of the compilation unit related members in ExecutionContextLars Knoll2017-08-031-1/+1
|/ /
* | Cleanups: Remove Steele barrier codeLars Knoll2017-04-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-1/+1
|\|
| * Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-1/+1