aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-0/+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
* Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-2/+0
* Get rid od ScriptFunction::init()Lars Knoll2016-12-091-2/+1
* Avoid some copies of Values on the JS stackLars Knoll2016-12-091-2/+2
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-1/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-19/+19
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* Fix signatures of FunctionObject::construct and callLars Knoll2016-08-091-2/+2
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-15/+13
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-4/+7
* CleanupsLars Knoll2015-09-151-1/+1
* Refactor the way we declare signal parameter namesLars Knoll2015-09-081-1/+1
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-0/+2
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-1/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Smaller code cleanupsLars Knoll2015-06-191-2/+2
* Use Heap::Pointer in more placesLars Knoll2015-04-241-3/+3