aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly check for duplicate parameter namesLars Knoll2018-04-251-0/+3
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-15/+32
|\
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-15/+32
* | garbage collect InternalClassLars Knoll2018-04-121-9/+8
* | Better encapsulation for EngineBase::internalClassLars Knoll2018-04-121-3/+3
* | Clean up Engine::newObject/newArrayObjectLars Knoll2018-04-121-1/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Get rid of BuiltinFunctionLars Knoll2018-01-151-21/+0
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-2/+0
* Convert more builtin methods to new calling conventionLars Knoll2017-11-131-10/+10
* Introduce new calling convention for builtin functionsLars Knoll2017-11-131-52/+58
* Cut out one more C++ layer when doing JS function callsLars Knoll2017-11-131-18/+4
* Remove one indirection when doing JS callsLars Knoll2017-11-071-17/+6
* Change signature for call/callAsConstructorLars Knoll2017-11-071-60/+68
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-7/+7
* Simplify JSCallData constructionLars Knoll2017-11-071-2/+2
* Get rid of the implicit cast operator to a CallDataLars Knoll2017-11-071-2/+2
* Rename JSCall to JSCallDataLars Knoll2017-11-071-5/+6
* Change signature of call/constructLars Knoll2017-11-071-11/+13
* Add functions pointers for call/construct to FunctionObjectLars Knoll2017-11-071-4/+22
* Refactor Call/Construct instructionsLars Knoll2017-11-071-5/+9
* Optimize Function.apply and calling bound functionsLars Knoll2017-10-231-69/+62
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-15/+15
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-28/+25
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Move the stack limit check into VME::execLars Knoll2017-09-011-5/+0
* CleanupsLars Knoll2017-09-011-5/+0
* Unify JSStackFrame and CallDataLars Knoll2017-09-011-1/+1
* Use the context member in CallDataLars Knoll2017-09-011-2/+4
* Get rid of the FunctionObject parameter to VME::exec()Lars Knoll2017-09-011-2/+2
* Cleanup argument handling in contextsLars Knoll2017-08-181-2/+2
* Always create a valid CallData object for interpreter callsLars Knoll2017-08-101-2/+2
* Fix a bug in new Function()Lars Knoll2017-08-101-1/+1
* Get rid of simpleCallLars Knoll2017-08-101-13/+2
* Avoid creating a CallContext for simple functionsLars Knoll2017-08-101-10/+10
* Reduce usage of the strictMode flag in ExecutionContextLars Knoll2017-08-101-1/+1
* Completely avoid intermediate scopes for simple functionsLars Knoll2017-08-081-6/+6
* Avoid creating a separate Scope in the ExecutionContextSaverLars Knoll2017-08-081-8/+4
* Unify IndexedBuiltinFunction with BuiltinFunctionLars Knoll2017-08-081-23/+0
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-32/+32
* Change function signatures for call/construct backLars Knoll2017-08-041-65/+63
* Unify SimpleCallContext and CallContextLars Knoll2017-07-051-1/+1
* Move the Runtime codegen into it's own fileLars Knoll2017-07-031-2/+2
* Split up qv4codegen into several filesLars Knoll2017-07-031-4/+3
* Get rid of IR::Module and IR::FunctionLars Knoll2017-06-301-1/+1
* Don't use the ISel's anymoreLars Knoll2017-06-221-4/+1
* Pass the JSUnitGenerator into the codegenLars Knoll2017-06-191-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-48/+18
|\
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-6/+6