aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qmlcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure we read context properties before the global objectLars Knoll2018-06-171-11/+11
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-2/+12
* Remove String dependency from InternalClassLars Knoll2018-05-021-1/+2
* Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-1/+3
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-091-1/+3
* | Fix typosJarek Kobus2018-02-141-4/+4
* | Cleanup IdentifierHashLars Knoll2018-01-101-2/+2
* | Finally get rid of the QV4::Function pointer in the contextLars Knoll2017-11-131-1/+0
* | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-6/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-6/+3
| |\|
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-6/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-2/+2
|\| |
| * | 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
| * | Add support for enum declarations in QMLMichael Brasser2017-07-131-1/+1
* | | Get rid of CallData in the ExecutionContextLars Knoll2017-08-181-1/+0
* | | Get rid of ExecutionContext::strictModeLars Knoll2017-08-101-1/+0
* | | Get rid of the compilation unit related members in ExecutionContextLars Knoll2017-08-031-3/+1
* | | Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-5/+7
|\|
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-3/+3
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-0/+2
* | QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-041-13/+13
* | QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-041-2/+2
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-2/+2
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-15/+12
|/
* Inline the qmlScope and urlScope methodsLars Knoll2016-12-041-26/+10
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-0/+362