aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4generatorobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* qml: silence -Wextra-semiTim Blechmann2022-11-161-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-021-1/+0
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-1/+1
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-081-1/+2
* Better inheritance structure for functionsLars Knoll2018-09-231-6/+4
* Cleanup init method for ScriptFunctionLars Knoll2018-09-231-1/+1
* Arrow and generator functions don't have a prototype propertyLars Knoll2018-09-041-0/+3
* Fix super property accessLars Knoll2018-08-311-4/+6
* Implement IsConstructor for Function objectsLars Knoll2018-08-231-2/+1
* Fix naming of methods defined in object or class literalsLars Knoll2018-08-011-1/+1
* Fix class members that are generatorsLars Knoll2018-07-031-0/+12
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-031-0/+1
* Implement support for new.targetLars Knoll2018-07-031-2/+2
* Prefix vtable methods with virtualLars Knoll2018-07-031-4/+4
* Add Generator supportLars Knoll2018-05-031-0/+136