aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* V4: Move FunctionObject flags into VTableUlf Hermann2024-05-141-30/+37
* V4: Slim down FunctionObjectUlf Hermann2024-05-141-60/+115
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-7/+7
* QML: Use qsizetype as index for IndexedBuiltinFunctionUlf Hermann2023-03-151-3/+6
* QtQml: Disambiguate static variables and methodsFriedemann Kleint2023-02-091-1/+2
* qml: silence -Wextra-semiTim Blechmann2022-11-161-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Eliminate JS call frame from metatypes callsUlf Hermann2021-06-101-3/+3
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-1/+9
* V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-231-0/+4
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* Move model types into their own libraryUlf Hermann2019-05-021-6/+6
* ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-051-1/+3
* Speed up instanceof operationsLars Knoll2018-09-271-4/+15
* Unify layout of function objectsLars Knoll2018-09-271-6/+3
* Better inheritance structure for functionsLars Knoll2018-09-231-14/+31
* Cleanup init method for ScriptFunctionLars Knoll2018-09-231-2/+3
* Remove unused argumentLars Knoll2018-09-231-2/+2
* Member functions should not have a prototype propertyLars Knoll2018-09-041-1/+5
* Don't define a prototype property for most functionsLars Knoll2018-09-041-3/+2
* Fix super property accessLars Knoll2018-08-311-13/+15
* Implement IsConstructor for Function objectsLars Knoll2018-08-231-2/+11
* Fix naming of methods defined in object or class literalsLars Knoll2018-08-011-3/+3
* Fix a cornercase for instanceofLars Knoll2018-08-011-2/+3
* Minor cleanupLars Knoll2018-08-011-5/+4
* Add support for super callsLars Knoll2018-07-031-1/+4
* Implement support for new.targetLars Knoll2018-07-031-8/+8
* Prefix vtable methods with virtualLars Knoll2018-07-031-12/+12
* Unify the managed and object vtablesLars Knoll2018-07-031-3/+3
* Cleanups in FunctionObjectLars Knoll2018-06-271-3/+4
* Add a MemberFunction function objectLars Knoll2018-06-261-0/+14
* Various fixes for class supportLars Knoll2018-06-261-0/+10
* Add basic support for EcmaScript classesYulong Bai2018-06-261-0/+10
* Add Generator supportLars Knoll2018-05-031-0/+6
* Cleanup creation code for builtin functionsLars Knoll2018-05-021-8/+1
* Make instanceOf compliant with the ES7 specLars Knoll2018-05-021-0/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-0/+2
|\
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-0/+2
* | garbage collect InternalClassLars Knoll2018-04-121-4/+6
* | Remove dependency from qv4heap_p.h onto qv4internalclass_p.hLars Knoll2018-04-121-1/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-2/+2
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Get rid of BuiltinFunctionLars Knoll2018-01-151-25/+6
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-6/+6
* Allow tuning the amount of inline properties per object typeLars Knoll2017-11-151-0/+2
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-2/+2
* Convert more builtin methods to new calling conventionLars Knoll2017-11-131-2/+2
* Introduce new calling convention for builtin functionsLars Knoll2017-11-131-2/+8
* Change signature for call/callAsConstructorLars Knoll2017-11-071-10/+10
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-5/+5