aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* Move model types into their own libraryUlf Hermann2019-05-021-6/+6
* ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-051-1/+3
* Speed up instanceof operationsLars Knoll2018-09-271-4/+15
* Unify layout of function objectsLars Knoll2018-09-271-6/+3
* Better inheritance structure for functionsLars Knoll2018-09-231-14/+31
* Cleanup init method for ScriptFunctionLars Knoll2018-09-231-2/+3
* Remove unused argumentLars Knoll2018-09-231-2/+2
* Member functions should not have a prototype propertyLars Knoll2018-09-041-1/+5
* Don't define a prototype property for most functionsLars Knoll2018-09-041-3/+2
* Fix super property accessLars Knoll2018-08-311-13/+15
* Implement IsConstructor for Function objectsLars Knoll2018-08-231-2/+11
* 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