aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4stackframe_p.h
Commit message (Expand)AuthorAgeFilesLines
* jsruntime: silence msvc warning 4201 (nameless struct/union)Tim Blechmann2024-02-061-0/+3
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-4/+4
* QML: Implement QObjectMethod::virtualCallWithMetaTypesUlf Hermann2023-09-281-0/+3
* Move ScopedStackFrame into qv4stackframe_p.hUlf Hermann2023-05-171-0/+25
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-0/+2
* QML: Track the statement indices together with line numbersUlf Hermann2022-10-131-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-151-0/+5
* Eliminate JS call frame from metatypes callsUlf Hermann2021-06-101-54/+103
* QV4StackFrame: Fix ubsan warningFabian Kosmale2021-05-281-1/+3
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-58/+161
* Do not set up JS arguments when calling an AOT functionUlf Hermann2021-03-131-0/+3
* 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