aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-1/+5
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+5
| |\
| | * Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+4
| | * Fix stack use after scope when calling overloaded constructorsSimon Hausmann2017-12-141-1/+1
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-19/+19
* | | Bring back markObjects(), this time generatedLars Knoll2017-11-141-3/+3
* | | Change signature for call/callAsConstructorLars Knoll2017-11-071-9/+15
* | | Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
* | | Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
* | | Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
* | | Get rid of JSCallData::call()Lars Knoll2017-11-071-5/+5
* | | Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-2/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-2/+6
| |\|
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-2/+6
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-10/+10
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-5/+5
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Move line number information into a side tableLars Knoll2017-08-251-1/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-1/+1
| |\|
| | * Use QQmlType by valueLars Knoll2017-08-021-2/+2
| | * Use QQmlType by value in the type wrapperLars Knoll2017-08-021-1/+1
* | | Refactor context handlingLars Knoll2017-08-101-7/+6
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-2/+6