aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4generatorobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix naming of methods defined in object or class literalsLars Knoll2018-08-011-2/+2
* Fix class members that are generatorsLars Knoll2018-07-031-0/+18
* Refactor initialization code for JS stack framesLars Knoll2018-07-031-23/+9
* Smaller refactoring of VME::exec() to preapre for upcoming changesLars Knoll2018-07-031-2/+2
* Implement support for new.targetLars Knoll2018-07-031-3/+3
* Prefix vtable methods with virtualLars Knoll2018-07-031-5/+5
* Add Proxy support for prototype handlingLars Knoll2018-06-251-4/+4
* Minor cleanup with bytecode pointer typesSimon Hausmann2018-05-281-1/+1
* Fix the prototype of the Generator prototype objectLars Knoll2018-05-131-0/+1
* Ensure we have a lexical scope for global codeLars Knoll2018-05-111-1/+1
* Add Generator supportLars Knoll2018-05-031-0/+247