aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-082-3/+3
* | | Add another helper function for stack extractionhjk2019-04-081-0/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-298-65/+144
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-286-28/+62
| |\|
| | * 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
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-274-44/+89
| |\|
| | * 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-262-52/+114
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-252-52/+114
| |\|
| | * Accelerate lookups of properties in outer QML contextsSimon Hausmann2019-03-212-52/+114
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-2220-371/+724
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2114-252/+567
| |\|
| | * 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
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-187-82/+137
| |\|
| | * 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
* | | V4: Add trace slot for UPlusErik Verbruggen2019-03-221-1/+18
* | | QV4Engine: Unify fromValue and metaTypeToJSRobin Burchell2019-03-211-124/+13
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-205-3/+79
* | | Replace bit field with normal typesErik Verbruggen2019-03-192-5/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-153-41/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-132-40/+19
| |\|
| | * 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
| * | Use lowercase name for window headerSamuli Piippo2019-03-121-1/+1
* | | V4: Add IR that can use traced information to JITErik Verbruggen2019-03-043-7/+37
* | | 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