Encapsulate and protect all accesses to the vtable of Heap objects
[platform/upstream/qtdeclarative.git] / src / qml / jsruntime / qv4functionobject.cpp
2015-08-10 Lars KnollEncapsulate and protect all accesses to the vtable...
2015-06-30 Liang QiMerge remote-tracking branch 'origin/5.5' into dev
2015-06-18 Lars KnollClean up ExecutionContext's for QML
2015-06-17 Lars KnollStore rootcontext in a GC safe way
2015-06-10 Lars KnollMove the StringValue members of ExecutionEngine onto...
2015-06-04 Simon HausmannMerge remote-tracking branch 'origin/5.5' into dev
2015-05-04 Simon HausmannMerge remote-tracking branch 'origin/5.4' into 5.5
2015-04-28 Simon HausmannMerge remote-tracking branch 'origin/5.5' into dev
2015-04-27 Simon HausmannMerge remote-tracking branch 'origin/5.4' into 5.5
2015-04-24 Lars KnollMove evalfunction and thrower onto the js stack
2015-04-24 Lars KnollMove more objects from the v4 engine to the js stack
2015-04-24 Lars KnollContinue the work to move Values inside the v4 engine...
2015-04-23 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.5' into...
2015-04-22 Liang QiMerge remote-tracking branch 'origin/5.5' into dev
2015-04-21 Lars KnollGet rid of asFunctionObject()
2015-04-21 Lars KnollMore cleanups
2015-04-20 Holger Hans Peter... Address uninitialized pointer variables
2015-04-16 Liang QiMerge "Merge remote-tracking branch 'origin/5.4' into...
2015-04-16 Simon HausmannSpeed up script binding initialization
2015-04-16 Simon HausmannSpeed up binding evaluation
2015-04-16 Liang QiMerge remote-tracking branch 'origin/5.4' into 5.5
2015-04-13 Liang QiMerge remote-tracking branch 'origin/5.5' into dev
2015-03-31 Liang QiMerge remote-tracking branch 'origin/5.4' into 5.5
2015-03-24 Liang QiMerge remote-tracking branch 'origin/5.5' into dev
2015-03-17 Liang QiMerge remote-tracking branch 'origin/5.5' into dev
2015-03-17 Simon HausmannMerge remote-tracking branch 'origin/5.5' into dev
2015-03-17 Frederik GladhornMerge remote-tracking branch 'origin/5.4' into 5.5
2015-03-06 Gabriel de DietrichMerge remote-tracking branch 'origin/5.5' into dev
2015-03-03 Frederik GladhornMerge remote-tracking branch 'origin/5.4' into 5.5
2015-03-03 Frederik GladhornMerge remote-tracking branch 'origin/5.5' into dev
2015-03-02 Lars KnollMove memory management related functionality into it...
2015-02-24 Frederik GladhornMerge remote-tracking branch 'origin/5.4' into 5.5
2015-02-19 Allan Sandfeld JensenCleanup math function includes and usage
2015-02-12 Jani HeikkinenUpdate copyright headers
2015-01-23 Lars KnollRemove the realArgumentsCount member in CallContext
2015-01-23 Lars KnollCleanups
2015-01-23 Lars KnollCleanups
2015-01-23 Lars KnollGet rid of most uses of ValueRef
2015-01-21 Lars KnollMove the internalClass pointer into Heap::Object
2015-01-21 Lars KnollGet rid of all uses of Managed::engine()
2015-01-21 Lars KnollRemove all the setVTable() calls that aren't required...
2015-01-21 Lars KnollRemove the remaining bit of code that use the vtable...
2015-01-20 Lars KnollMove vtable out of internalClass
2015-01-16 Simon HausmannMerge remote-tracking branch 'origin/5.4' into dev
2015-01-12 Lars KnollGet rid of subtype usage in Function objects
2015-01-12 Lars KnollGet rid of hasAccessorProperty in Heap::Base
2015-01-12 Lars KnollGet rid of the needsActivation flag in Heap::Base
2015-01-12 Lars KnollGet rid of the bindingKeyFlag
2015-01-12 Lars KnollStart cleaning up flags in Heap::Base
2015-01-03 Oleg ShparberUse QV4::ScopedObject typedef instead of actual type
2015-01-02 Oleg ShparberUse QV4::ScopedFunctionObject typedef instead of actual...
2014-12-20 Lars KnollMake Managed inherit Value
2014-12-20 Lars KnollMake Property uses GC safe
2014-12-20 Lars KnollUse Scoped values a bit more consistently
2014-12-20 Lars KnollRemove most of the places where getPointer() is used
2014-12-19 Lars KnollReturn Heap::ExecutionContext for globalContext()
2014-12-19 Lars KnollReturn Heap::ExecutionContext for currentContext()
2014-12-19 Lars KnollCleanup code that modifies the JS stack
2014-12-19 Lars KnollMake ExecutionContextSaver GC safe
2014-12-12 Oleg ShparberAdd default parameter value for ScopedCallData()
2014-12-11 Lars KnollMove prototype back from the vtable into Object
2014-12-11 Lars KnollEncapsulate accesses to the root context
2014-12-11 Lars KnollFix Object::arrayData() accessor to return a heap object
2014-12-09 Simon HausmannMerge remote-tracking branch 'origin/5.4' into dev
2014-11-22 Lars KnollRemove two reinterpret_casts in Object
2014-11-21 Simon HausmannFix run-time string handling with regards to the new...
2014-11-15 Lars KnollRemove ExecutionContext from the Runtime codegenerator
2014-11-14 Simon HausmannChanged MemoryManager::alloc<T> to return Heap::T*...
2014-11-14 Simon HausmannReplaced more usages of Returned<T> with Heap::T*
2014-11-12 Simon HausmannPorted ExecutionEngine::newString and newIdentifier...
2014-11-12 Simon HausmannPorted most ExecutionEnginew::new* factory methods...
2014-11-12 Lars KnollChange signature or runtime methods to take an engine...
2014-11-12 Lars KnollCleanups
2014-11-12 Lars KnollStore all data members in FunctionObject as heap data
2014-11-12 Lars KnollConvert ExecutionContext::parent/outer to use a heap...
2014-11-11 Lars KnollUse Heap object for CallData::function member
2014-11-08 Lars KnollMove Data of FunctionObject and related classes into...
2014-11-08 Lars KnollMove Object::Data into the Heap namespace
2014-11-08 Lars KnollBegin moving the data out of Managed objects
2014-11-07 Lars KnollGet rid of Members and directly store MemberData::Data...
2014-11-05 Simon HausmannMerge remote-tracking branch 'origin/5.4' into dev
2014-11-04 Lars KnollLet markObjects() operate directly on HeapObjects
2014-11-04 Lars KnollMove the throw methods from ExecutionContext to Executi...
2014-11-04 Lars KnollCleanup header file dependencies
2014-11-04 Lars KnollRemove some unneeded reinterpret_cast's
2014-11-04 Simon HausmannChanged Value to store Managed::Data pointers directly
2014-10-30 Lars KnollMerge "Merge remote-tracking branch 'origin/5.4' into...
2014-10-29 Frederik GladhornMerge remote-tracking branch 'origin/5.4' into dev
2014-10-27 Lars KnollDon't check the this pointer for 0 in member functions
2014-10-27 Lars KnollRework our simple array implementation
2014-10-14 Frederik GladhornMerge remote-tracking branch 'origin/5.3' into 5.4
2014-10-09 Simon HausmannFix QQmlExpression/QQmlScriptString/QQmlBinding crashes
2014-09-11 Oswald BuddenhagenMerge remote-tracking branch 'origin/5.4' into dev
2014-09-08 Simon HausmannMerge remote-tracking branch 'origin/5.3' into 5.4
2014-08-28 Frederik GladhornMerge remote-tracking branch 'origin/5.3' into 5.4
2014-08-26 Simon HausmannMerge remote-tracking branch 'origin/5.3' into 5.4
2014-08-25 Jani HeikkinenUpdate license headers and add new licenses
2014-08-14 Frederik GladhornMerge remote-tracking branch 'origin/5.3' into 5.4
2014-08-12 Simon HausmannMerge remote-tracking branch 'origin/5.3' into 5.4
2014-08-07 Gunnar SlettaMerge branch '5.3' into dev
next