summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4functionobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tiny optimisationLars Knoll2013-04-151-2/+2
* Remove the ExecutionContext parameter from some methodsLars Knoll2013-04-151-2/+2
* Move property attributes out of the property arraysLars Knoll2013-04-121-8/+5
* Use PropertyAttributes in PropertyDescriptorLars Knoll2013-04-121-8/+3
* Change internal class when attributes of properties changeLars Knoll2013-04-121-3/+3
* Store the global object as an Object pointer in the engineLars Knoll2013-04-081-1/+1
* Convert the remaining builtin methods to use the SimpleCallContextLars Knoll2013-04-061-23/+0
* Introduce a SimpleCallContext for simple functionsLars Knoll2013-04-061-11/+18
* Fix scope for functions created through bind()Lars Knoll2013-04-061-1/+1
* Move arguments out of ExecutionContext and into CallContextLars Knoll2013-04-051-7/+7
* Create some execution contexts on the stack againLars Knoll2013-04-041-2/+7
* Move V4 IR into its own V4IR namespace to avoid clash with QtDeclarativeTor Arne Vestbø2013-03-211-2/+2
* Check if "use strict" has no escaped chars.Erik Verbruggen2013-03-181-1/+1
* Remove the parent pointer from ExecutionContextLars Knoll2013-03-141-3/+3
* Move all context management methods into the ExecutionEngineLars Knoll2013-03-141-6/+6
* Cleanup and unify context creationLars Knoll2013-03-131-26/+6
* Be conservative and assume that functions need activationLars Knoll2013-03-131-1/+1
* First part of moving get/put etc. into the Managed vtbl.Lars Knoll2013-03-071-9/+9
* Rename qv4ir_p.h to qv4jsir_p.h to avoid conflict with qtdeclarativeSimon Hausmann2013-03-051-2/+2
* Cleanup: Get rid of manual unwind stackSimon Hausmann2013-03-041-3/+22
* Minor cleanupLars Knoll2013-02-161-10/+2
* Fix a few more runtime signatures and optimise toObject conversionLars Knoll2013-02-141-2/+2
* Move the destructor into the new vtable.Lars Knoll2013-02-141-4/+5
* Move call/construct over into the new vtable.Lars Knoll2013-02-141-62/+73
* Remove another virtual and de-inline a call methodLars Knoll2013-02-141-0/+5
* Convert run-time functions that take a Value * for arguments to use a Value r...Simon Hausmann2013-02-141-3/+3
* Remove the virtual call(ctx) methodLars Knoll2013-02-141-36/+58
* Move the generic construct() implementation into ScriptFunctionLars Knoll2013-02-141-16/+27
* Remove the virtual contruct(ctx) methodLars Knoll2013-02-141-6/+1
* Use faster call/construct methodsLars Knoll2013-02-141-13/+13
* Implement hasInstance through the new 'vtable'Lars Knoll2013-02-141-16/+20
* Add a C style vtable to Managed and use it for markObjectsLars Knoll2013-02-141-17/+29
* throwing a type error doesn't return a valueLars Knoll2013-02-141-2/+9
* Implement a first iteration of the fast property lookup schemeLars Knoll2013-02-121-1/+2
* Use internal classes to store the layout of membersLars Knoll2013-02-121-3/+5
* Fix build with Visual StudioSimon Hausmann2013-02-091-2/+2
* Fix alloca usage on WindowsSimon Hausmann2013-02-091-1/+1
* Move the property data out of the hash tableLars Knoll2013-02-041-3/+3
* Minor improvements to Context creationLars Knoll2013-01-311-6/+20
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-301-0/+465