aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up ExecutionContext's for QMLLars Knoll2015-06-181-1/+1
* Store rootcontext in a GC safe wayLars Knoll2015-06-171-1/+1
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-13/+13
* Move evalfunction and thrower onto the js stackLars Knoll2015-04-241-4/+4
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-7/+7
* Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-6/+31
|\
| * Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-0/+7
| * Speed up script binding initializationSimon Hausmann2015-04-161-6/+12
| * Speed up binding evaluationSimon Hausmann2015-04-161-0/+12
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-4/+4
* | More cleanupsLars Knoll2015-04-211-38/+37
* | Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
|/
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove the realArgumentsCount member in CallContextLars Knoll2015-01-231-8/+4
* CleanupsLars Knoll2015-01-231-12/+12
* CleanupsLars Knoll2015-01-231-3/+3
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-211-3/+3
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-4/+4
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-6/+0
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-2/+2
* Move vtable out of internalClassLars Knoll2015-01-201-2/+6
* Get rid of subtype usage in Function objectsLars Knoll2015-01-121-1/+5
* Get rid of hasAccessorProperty in Heap::BaseLars Knoll2015-01-121-1/+1
* Get rid of the needsActivation flag in Heap::BaseLars Knoll2015-01-121-4/+0
* Get rid of the bindingKeyFlagLars Knoll2015-01-121-0/+6
* Start cleaning up flags in Heap::BaseLars Knoll2015-01-121-2/+0
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Make Managed inherit ValueLars Knoll2014-12-201-2/+4
* Make Property uses GC safeLars Knoll2014-12-201-4/+6
* Use Scoped values a bit more consistentlyLars Knoll2014-12-201-18/+17
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-6/+6
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-3/+5
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-16/+13
* Cleanup code that modifies the JS stackLars Knoll2014-12-191-2/+2
* Make ExecutionContextSaver GC safeLars Knoll2014-12-191-6/+8
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-121-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-25/+22
* Encapsulate accesses to the root contextLars Knoll2014-12-111-3/+3
* Fix Object::arrayData() accessor to return a heap objectLars Knoll2014-12-111-2/+2
* Remove two reinterpret_casts in ObjectLars Knoll2014-11-221-3/+3
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-2/+12
* Remove ExecutionContext from the Runtime codegeneratorLars Knoll2014-11-151-1/+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-3/+3
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-2/+2
* Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-1/+1