aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4generatorobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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