aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-261-0/+7
* | | | V4: Provide an environment variable to disable runtime stack size checksUlf Hermann2019-09-171-6/+10
|/ / /
* | | Remove some unneeded includesUlf Hermann2019-07-081-2/+0
* | | Add environment variable for configure maxJSStackSize and maxGCStackSizeMikhail Svetkin2019-06-281-7/+26
* | | Simplify errors and diagnosticsUlf Hermann2019-06-141-2/+3
* | | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-2/+0
* | | Clean up frozen(), sealed(), nonExtensible() and propertiesFrozen()Ulf Hermann2019-05-311-6/+4
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-6/+8
* | | Remove last traces of QV8EngineUlf Hermann2019-05-081-2/+218
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-58/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-1/+1
| |\|
| | * Fix maximum call stack depth for clang ASAN buildsSimon Hausmann2019-04-291-1/+1
* | | Remove tracing JIT infrastructureUlf Hermann2019-04-291-9/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-271-1/+1
| |\|
| | * Fix maximum call stack depth limits for ASAN buildsSimon Hausmann2019-04-261-1/+1
* | | Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-251-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-0/+4
| |\|
| | * Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-0/+4
* | | Don't use UINT_MAX as invalid array index in PropertyKeyUlf Hermann2019-04-161-3/+2
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-2/+2
* | | Add another helper function for stack extractionhjk2019-04-081-0/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-291-5/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-281-5/+11
| |\|
| | * Scope intermediate values when allocating objectsUlf Hermann2019-03-271-5/+11
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-0/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-0/+8
| |\|
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-0/+8
* | | QV4Engine: Unify fromValue and metaTypeToJSRobin Burchell2019-03-211-124/+13
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-3/+31
|/ /
* | V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-0/+10
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-0/+5
|\|
| * Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-151-0/+5
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-171-1/+1
|\|
| * Don't crash when compiling with QT_FORCE_ASSERTS enabledLars Knoll2018-11-021-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-061-0/+15
|\|
| * Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-301-0/+15
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-121-0/+42
|\|
| * QML Engine: Support for JavaScript PromisesValery Kotov2018-10-111-0/+42
* | Teach QML that it is possible to treat custom QObjects as QObjectJędrzej Nowacki2018-10-081-3/+7
* | Add support for QSequentialIterable in QMLJędrzej Nowacki2018-10-081-0/+21
|/
* Speed up instanceof operationsLars Knoll2018-09-271-5/+14
* Unify layout of function objectsLars Knoll2018-09-271-6/+12
* Get rid of remaining assumptions about setter being next to gettersLars Knoll2018-09-271-27/+33
* Refactor InternalClass::find()Lars Knoll2018-09-271-1/+1
* Better inheritance structure for functionsLars Knoll2018-09-231-3/+4
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-5/+5
* Add support for yield*Lars Knoll2018-09-071-0/+1