aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jscall_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when running with aggressive gcSimon Hausmann2018-08-281-0/+1
* Implement IsConstructor for Function objectsLars Knoll2018-08-231-4/+2
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-031-0/+1
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Move the Vtable for Managed objects into it's own fileLars Knoll2018-07-031-0/+2
* Cleanup JS stack allocationsLars Knoll2018-05-261-3/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Further cleanup JSCallDataLars Knoll2017-11-071-15/+26
* Simplify JSCallData constructionLars Knoll2017-11-071-27/+3
* Get rid of the implicit cast operator to a CallDataLars Knoll2017-11-071-1/+3
* Get rid of JSCallData::call()Lars Knoll2017-11-071-11/+0
* Get rid of JSCallData::callAsConstructor()Lars Knoll2017-11-071-4/+0
* Add a FunctionObject::call(AsConstructor) overloadLars Knoll2017-11-071-3/+16
* Rename JSCall to JSCallDataLars Knoll2017-11-071-7/+7
* Change signature of call/constructLars Knoll2017-11-071-3/+3
* Move the construction of the JSCall frame into the runtimeLars Knoll2017-11-071-0/+12
* Refactor Call/Construct instructionsLars Knoll2017-11-071-3/+15
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-6/+3
* Fix namespaced buildErik Verbruggen2017-09-071-1/+3
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-4/+15
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+118