aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4enginebase_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove now dead V4_BOOTSTRAP #if-eryUlf Hermann2019-05-131-3/+0
* Don't include qv4enginebase_p.h in qmldevtoolsUlf Hermann2019-05-101-3/+0
* Make JavaScript execution interruptibleUlf Hermann2019-04-301-1/+19
* Better inheritance structure for functionsLars Knoll2018-09-231-0/+1
* Implement support for call/callAsConstructor in Proxy objectsLars Knoll2018-08-231-0/+1
* Update Yarr to the latest version from WebKitLars Knoll2018-08-101-4/+3
* Fix class members that are generatorsLars Knoll2018-07-031-0/+1
* Add a MemberFunction function objectLars Knoll2018-06-261-0/+1
* Add basic support for EcmaScript classesYulong Bai2018-06-261-0/+1
* Partial Proxy supportLars Knoll2018-06-251-0/+1
* Add Generator supportLars Knoll2018-05-031-0/+2
* Add SymbolObject, well known symbols and fix most remaining issuesLars Knoll2018-05-021-0/+1
* Implement Symbol.for and Symbol.keyForLars Knoll2018-05-021-1/+0
* Partial Symbol supportLars Knoll2018-05-021-0/+2
* Rework catch context handlingLars Knoll2018-05-021-1/+0
* garbage collect InternalClassLars Knoll2018-04-121-2/+2
* Better encapsulation for EngineBase::internalClassLars Knoll2018-04-121-2/+3
* Optimize MM::allocManaged()Lars Knoll2018-04-121-1/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-0/+2
| |\
| | * Speed up V4 QML context creationSimon Hausmann2018-01-161-0/+2
* | | 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