aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4stackframe_p.h
Commit message (Expand)AuthorAgeFilesLines
* Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-211-1/+1
* Remove now dead V4_BOOTSTRAP #if-eryUlf Hermann2019-05-131-4/+0
* Make sure we don't include qv4stackframe_p.h in qmldevtoolsUlf Hermann2019-05-101-49/+1
* Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-151-0/+2
* ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-051-1/+5
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-3/+3
* Micro optimization when initializing the Cpp frameLars Knoll2018-09-111-3/+2
* Add support for yield*Lars Knoll2018-09-071-0/+2
* Implement the dead temporal zoneSimon Hausmann2018-08-281-0/+9
* Add missing "We mean it." warningFrederik Gladhorn2018-07-311-0/+11
* Add LastOffset/OffsetCount constants to CallData::OffsetsErik Verbruggen2018-07-131-3/+11
* Add support for super callsLars Knoll2018-07-031-4/+12
* Refactor initialization code for JS stack framesLars Knoll2018-07-031-1/+51
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-031-0/+130