aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Change function signatures for call/construct backLars Knoll2017-08-041-32/+22
* | | Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-3/+2
|\|
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+2
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-1/+0
* | QML: emit messages when breaking bindingsOlivier JG2017-05-171-2/+18
* | QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-041-6/+6
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+1
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1