aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4generatorobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-1/+1
* qv4mm: Document and extend allocManaged overload setFabian Kosmale2023-10-061-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Fix missing whitespace after `argv[N]:` patternIvan Tkachenko2021-10-071-2/+2
* Eliminate JS call frame from metatypes callsUlf Hermann2021-06-101-1/+2
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-11/+11
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-081-12/+9
* 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