aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+8
|\
| * Speed up script binding initializationSimon Hausmann2015-04-161-0/+4
| * Speed up binding evaluationSimon Hausmann2015-04-161-0/+4
* | Remove now unused managed_cast template methodLars Knoll2015-04-211-6/+0
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-6/+9
* | More cleanupsLars Knoll2015-04-211-18/+18
* | Cleanup some of the casting codeLars Knoll2015-03-201-2/+2
* | Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-1/+1
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Get rid of subtype usage in Function objectsLars Knoll2015-01-121-7/+1
* Get rid of the needsActivation flag in Heap::BaseLars Knoll2015-01-121-1/+2
* Get rid of the bindingKeyFlagLars Knoll2015-01-121-1/+1
* Start cleaning up flags in Heap::BaseLars Knoll2015-01-121-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-3/+3
* Remove two reinterpret_casts in ObjectLars Knoll2014-11-221-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-3/+1
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-0/+1
* Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-2/+2
* Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-5/+5
* CleanupsLars Knoll2014-11-121-0/+1
* Store all data members in FunctionObject as heap dataLars Knoll2014-11-121-6/+6
* Use Heap object for CallData::function memberLars Knoll2014-11-111-2/+5
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-58/+72
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-3/+3
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-071-5/+6
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-2/+2
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-1/+1
* Cleanup header file dependenciesLars Knoll2014-11-041-45/+1