aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* V4: Change both setter0 lookup methods to reflect getter0Erik Verbruggen2019-03-013-22/+32
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-9/+22
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-9/+22
| |\
| | * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-211-9/+22
* | | Tweak managed/undefined checks in QV4::Value for 32bit systemsErik Verbruggen2019-02-211-2/+16
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-212-10/+32
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-202-10/+32
| |\|
| | * Fix PropertyKey::isArrayIndexErik Verbruggen2019-02-191-1/+1
| | * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-171-9/+31
* | | Move QStringHash into its own fileUlf Hermann2019-02-061-1/+0
* | | V4: Add more flags to runtime methodsErik Verbruggen2019-02-051-19/+30
* | | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-0513-472/+846
* | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-012-2/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-293-34/+73
|\|
| * Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-14/+25
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-212-20/+48
| |\
| | * When matching RegExps catch JIT failuresUlf Hermann2019-01-092-20/+48
* | | V4: Collect trace information in the interpreterErik Verbruggen2019-01-258-35/+318
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-223-0/+8
|\| |
| * | Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-153-0/+8
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-101-1/+1
|\| |
| * | Make sure JIT is disabled when building for ILP32 ABIDmitry Shachnev2019-01-091-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-231-1/+1
|\|
| * Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-123-1/+3
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-072-1/+2
| |\
| | * Initialize Qt_AllocaWrapper allocation with zeroesJanne Koskinen2018-11-181-1/+1
| | * 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
|\|