aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-261-5/+5
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-1/+4
* Rebuild property cache in QObjectWrapper::getProperty if deletedDavid Edmundson2018-03-081-0/+5
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-38/+38
* doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-3/+3
* 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
* | Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLEVille Voutilainen2017-04-271-0/+63
* | QObjectWrapper: Try harder to avoid creating wrappers if we canRobin Burchell2017-04-251-57/+99
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-0/+4
|\|
| * QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-191-0/+4
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-14/+14
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-1/+1
* | New mark table implementationLars Knoll2017-03-091-9/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-8/+18
|\|
| * Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-151-8/+18
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-3/+6
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-34/+31