aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix naming of methods defined in object or class literalsLars Knoll2018-08-011-3/+3
* Fix a cornercase for instanceofLars Knoll2018-08-011-2/+3
* Minor cleanupLars Knoll2018-08-011-5/+4
* Add support for super callsLars Knoll2018-07-031-1/+4
* Implement support for new.targetLars Knoll2018-07-031-8/+8
* Prefix vtable methods with virtualLars Knoll2018-07-031-12/+12
* Unify the managed and object vtablesLars Knoll2018-07-031-3/+3
* Cleanups in FunctionObjectLars Knoll2018-06-271-3/+4
* Add a MemberFunction function objectLars Knoll2018-06-261-0/+14
* Various fixes for class supportLars Knoll2018-06-261-0/+10
* Add basic support for EcmaScript classesYulong Bai2018-06-261-0/+10
* Add Generator supportLars Knoll2018-05-031-0/+6
* Cleanup creation code for builtin functionsLars Knoll2018-05-021-8/+1
* Make instanceOf compliant with the ES7 specLars Knoll2018-05-021-0/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-0/+2
|\
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-0/+2
* | garbage collect InternalClassLars Knoll2018-04-121-4/+6
* | Remove dependency from qv4heap_p.h onto qv4internalclass_p.hLars Knoll2018-04-121-1/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-2/+2
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Get rid of BuiltinFunctionLars Knoll2018-01-151-25/+6
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-6/+6
* Allow tuning the amount of inline properties per object typeLars Knoll2017-11-151-0/+2
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-2/+2
* Convert more builtin methods to new calling conventionLars Knoll2017-11-131-2/+2
* Introduce new calling convention for builtin functionsLars Knoll2017-11-131-2/+8
* Change signature for call/callAsConstructorLars Knoll2017-11-071-10/+10
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-5/+5
* Add a FunctionObject::call(AsConstructor) overloadLars Knoll2017-11-071-0/+3
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Change signature of call/constructLars Knoll2017-11-071-6/+6
* Add functions pointers for call/construct to FunctionObjectLars Knoll2017-11-071-3/+13
* Unify IndexedBuiltinFunction with BuiltinFunctionLars Knoll2017-08-081-14/+7
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-12/+7
* Change function signatures for call/construct backLars Knoll2017-08-041-13/+13
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-14/+6
|\
| * Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-11/+0
| * Move the prototype into the internal classLars Knoll2017-05-191-1/+4
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-271-1/+1
|\|
| * Fix prototype property when set to non-objectsSimon Hausmann2017-03-241-1/+1
* | Get rid of QV4::Function::needsActivation()Lars Knoll2017-03-091-2/+0
* | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-091-1/+1
* | Refactor how we define Heap objectsLars Knoll2017-03-091-5/+5
* | New mark table implementationLars Knoll2017-03-091-12/+14
|/
* Convert more builtin functionsLars Knoll2017-01-251-4/+4
* Speed up invocation of builtin functionsLars Knoll2017-01-251-3/+21
* Optimize code in instanceOf() of FunctionObject::protoForConstructor()Lars Knoll2016-12-131-2/+2
* Clean up the amount of init() methods on FunctionObjectLars Knoll2016-12-111-5/+2
* Get rid of SimpleScriptFunctionLars Knoll2016-12-111-16/+6