aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4enginebase_p.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of BuiltinFunctionLars Knoll2018-01-151-1/+0
* Move a couple of data members required for new JITLars Knoll2017-11-071-7/+10
* Cleanup naming of Stack frame structuresLars Knoll2017-08-101-26/+3
* Split StoreName into StoreNameStrict and StoreNameSloppyLars Knoll2017-08-101-0/+5
* Refactor context handlingLars Knoll2017-08-101-5/+4
* Avoid creating a CallContext for simple functionsLars Knoll2017-08-101-2/+3
* Introduce a JS stack frame that corresponds to the C++ stack frameLars Knoll2017-08-101-0/+8
* Fix frame handlingLars Knoll2017-08-041-0/+10
* Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-1/+3
* Unify SimpleCallContext and CallContextLars Knoll2017-07-051-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-2/+4
* Move the prototype into the internal classLars Knoll2017-05-191-0/+2
* Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-1/+3
* Add ICs for String, MemberData and ArrayDataLars Knoll2017-05-191-0/+4
* Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-0/+19
* Move the EngineBase class into it's own header fileLars Knoll2017-05-191-0/+99