aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Prevent CoW detaches from happeningErik Verbruggen2019-04-151-1/+1
* Fix string replacement with invalid capturesUlf Hermann2019-04-151-2/+1
* Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-0/+4
* Avoid INT_MIN % -1 and INT_MIN / -1Ulf Hermann2019-04-081-0/+1
* Fix clang-cl compiler warningsKai Koehne2019-04-081-1/+1
* Check for numeric limits when growing SharedInternalClassDataPrivateUlf Hermann2019-03-273-16/+41
* Re-use existing IC when freezing propertiesUlf Hermann2019-03-272-5/+4
* Scope intermediate values when allocating objectsUlf Hermann2019-03-273-7/+17
* Trigger the garbage collector when allocating InternalClass objectsUlf Hermann2019-03-262-40/+73
* Enable lookups for imported scripts and worker scriptsSimon Hausmann2019-03-252-4/+16
* Accelerate lookups of properties in outer QML contextsSimon Hausmann2019-03-212-52/+114
* Accelerate access to initial context object properties in lookupsMichael Brasser2019-03-202-1/+57
* Accelerate access to scope object properties in lookupsMichael Brasser2019-03-204-21/+94
* Accelerate lookup of singleton propertiesMichael Brasser2019-03-202-2/+5
* Fix lookup fallback into the global object in QML bindingsSimon Hausmann2019-03-203-2/+39
* Accelerate access to id objects in lookupsSimon Hausmann2019-03-203-2/+39
* Accelerate access to singletons and imported scriptsSimon Hausmann2019-03-203-3/+65
* V4: Don't mark InternalClass::parent when garbage collectingUlf Hermann2019-03-201-5/+7
* Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-207-178/+6
* Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-208-27/+112
* Enable lookups in QMLSimon Hausmann2019-03-194-38/+170
* Fix lookups the transition between primitive strings and string objectsSimon Hausmann2019-03-151-2/+2
* Fix type error exception messages when using member lookupsSimon Hausmann2019-03-151-1/+23
* Make object property lookup resolution virtualSimon Hausmann2019-03-154-74/+105
* Unify the JavaScript parsing recursion checksUlf Hermann2019-03-151-0/+1
* Don't keep raw pointers to SparseArrayNodeUlf Hermann2019-03-143-5/+6
* Disable tail calls for function called with more arguments than formalsUlf Hermann2019-03-041-1/+3
* Unify and fix number to string conversion with radixUlf Hermann2019-02-252-39/+16
* Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-211-9/+22
* Fix PropertyKey::isArrayIndexErik Verbruggen2019-02-191-1/+1
* Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-171-9/+31
* 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
* | Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-153-0/+8
* | Make sure JIT is disabled when building for ILP32 ABIDmitry Shachnev2019-01-091-1/+1
|/
* Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+1
* 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
* | Fix parsing of js files via Qt.include()Simon Hausmann2018-11-293-22/+4
* | V4: Avoid copying WeakValues with wrapped QObjectsUlf Hermann2018-11-222-4/+9
* | Ensure our builtin constructors are subclassableLars Knoll2018-11-2214-24/+100
* | Fix signed/unsigned warning in VS 2017Jason Erb2018-11-191-1/+1
* | 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
* | Create proper template objects for tagged templatesLars Knoll2018-11-053-0/+12
* | QV4::Scoped: Use explicit operator boolJüri Valdmann2018-11-051-4/+1
|/