summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4functionobject.h
Commit message (Expand)AuthorAgeFilesLines
* Move the lookup class into it's own fileLars Knoll2013-04-141-63/+1
* Smaller cleanup in the lookup codeLars Knoll2013-04-121-3/+3
* Rename file to reflect class name changeLars Knoll2013-04-121-1/+1
* Move property attributes out of the property arraysLars Knoll2013-04-121-5/+13
* Convert the remaining builtin methods to use the SimpleCallContextLars Knoll2013-04-061-12/+0
* Introduce a SimpleCallContext for simple functionsLars Knoll2013-04-061-6/+6
* Move arguments out of ExecutionContext and into CallContextLars Knoll2013-04-051-6/+6
* Clean up the property lookup codeLars Knoll2013-04-051-2/+50
* Rename qmljs_runtime to qv4runtimeLars Knoll2013-03-141-1/+1
* Rename qmljs_engine.* to qv4engine.*Lars Knoll2013-03-141-1/+1
* Rename qmljs_environment.* to qv4context.*Lars Knoll2013-03-141-1/+1
* Add support for ARM exception unwindingSimon Hausmann2013-03-121-1/+1
* Fix name lookup for named function expressionsSimon Hausmann2013-03-081-0/+2
* Fix slowness in unwind table registrationSimon Hausmann2013-03-061-0/+2
* Cleanup unwind handlerSimon Hausmann2013-03-051-0/+1
* Minor cleanupLars Knoll2013-02-161-4/+4
* Retain the proper nesting structure in the VM:Function objectsLars Knoll2013-02-161-0/+3
* Move the destructor into the new vtable.Lars Knoll2013-02-141-1/+2
* Move call/construct over into the new vtable.Lars Knoll2013-02-141-14/+34
* Remove another virtual and de-inline a call methodLars Knoll2013-02-141-7/+1
* Convert run-time functions that take a Value * for arguments to use a Value r...Simon Hausmann2013-02-141-2/+2
* Remove the virtual call(ctx) methodLars Knoll2013-02-141-5/+3
* Move the generic construct() implementation into ScriptFunctionLars Knoll2013-02-141-0/+1
* Remove the virtual contruct(ctx) methodLars Knoll2013-02-141-1/+0
* Use faster call/construct methodsLars Knoll2013-02-141-4/+4
* Implement hasInstance through the new 'vtable'Lars Knoll2013-02-141-3/+2
* Add a C style vtable to Managed and use it for markObjectsLars Knoll2013-02-141-5/+6
* Also lookup properties in the prototype by indexLars Knoll2013-02-121-1/+2
* Implement a first iteration of the fast property lookup schemeLars Knoll2013-02-121-2/+11
* Use internal classes to store the layout of membersLars Knoll2013-02-121-1/+0
* Rename qv4array.* to qv4sparsearray.*Lars Knoll2013-02-041-1/+0
* Cleanup namespaces.Jędrzej Nowacki2013-01-311-1/+4
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-301-0/+229