aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4generatorobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* Scope intermediate values when allocating objectsUlf Hermann2019-03-271-1/+3
* Ensure our builtin constructors are subclassableLars Knoll2018-11-221-2/+9
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-10/+10
* Add support for yield*Lars Knoll2018-09-071-0/+3
* Fix super property accessLars Knoll2018-08-311-2/+8
* Implement IsConstructor for Function objectsLars Knoll2018-08-231-10/+0
* 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