aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
| | * Generate lookups into the global object more aggressivelyLars Knoll2018-11-161-0/+1
| * | Fix line number reporting in scripts when lookups are enabledSimon Hausmann2018-12-031-0/+1
* | | V4: Don't build the win64 function table hook on winrtUlf Hermann2018-12-111-1/+1
* | | V4: Generate function tables on 64bit windowsUlf Hermann2018-12-039-5/+440
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-303-22/+4
|\| |
| * | Fix parsing of js files via Qt.include()Simon Hausmann2018-11-293-22/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-2416-28/+109
|\| |
| * | V4: Avoid copying WeakValues with wrapped QObjectsUlf Hermann2018-11-222-4/+9
| * | Ensure our builtin constructors are subclassableLars Knoll2018-11-2214-24/+100
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-201-1/+1
|\| |
| * | Fix signed/unsigned warning in VS 2017Jason Erb2018-11-191-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-175-20/+87
|\| |
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-165-20/+87
| |\|
| | * Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-024-19/+86
| | * 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-093-0/+12
|\| |
| * | Create proper template objects for tagged templatesLars Knoll2018-11-053-0/+12
* | | Use custom debug stream operator in console.logMårten Nordheim2018-11-081-5/+8
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-065-7/+24
|\| |
| * | QV4::Scoped: Use explicit operator boolJüri Valdmann2018-11-051-4/+1
| |/
| * Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-012-3/+5
| * Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-302-0/+18
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-0/+11
|\|
| * Add missing "We mean it." warningLiang Qi2018-10-241-0/+11
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-244-12/+12
|\|
| * INTEGRITY: Fix build failures on 64-bit ARMPasi Petäjäjärvi2018-10-224-12/+12
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-161-0/+4
|\|
| * Store the instruction pointer in more instructionsErik Verbruggen2018-10-151-0/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-133-3/+3
|\|
| * V4: Conform method_objectLiteral arguments to equal other methodsErik Verbruggen2018-10-123-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-126-2/+1308
|\|
| * QML Engine: Support for JavaScript PromisesValery Kotov2018-10-116-2/+1308
* | 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
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-066-6/+61
|\|
| * ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-056-9/+50
| * ES7: Detect Tail Position Calls and pass that to the runtimeErik Verbruggen2018-10-043-2/+16
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-2821-318/+393
|\|
| * Remove unused member variableLars Knoll2018-09-271-1/+0
| * Get rid of ArrayData::ComplexLars Knoll2018-09-274-4/+4
| * Speed up instanceof operationsLars Knoll2018-09-276-32/+62
| * Unify layout of function objectsLars Knoll2018-09-273-12/+19
| * Refactor deletion of propertiesLars Knoll2018-09-274-40/+46
| * Don't move any property slots in Objects anymoreLars Knoll2018-09-272-70/+24
| * Get rid of remaining assumptions about setter being next to gettersLars Knoll2018-09-2710-111/+136
| * Differentiate between finding for get and set in InternalClassLars Knoll2018-09-277-26/+38
| * Refactor InternalClass::find()Lars Knoll2018-09-2710-64/+103
| * Small refactoring of PropertyHash::lookup()Lars Knoll2018-09-272-10/+13
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-2621-61/+100
|\|
| * Better inheritance structure for functionsLars Knoll2018-09-236-33/+63