summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4object.h
Commit message (Expand)AuthorAgeFilesLines
* Move arguments out of ExecutionContext and into CallContextLars Knoll2013-04-051-1/+2
* Speed up regexp creation through cachingSimon Hausmann2013-04-011-1/+0
* 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
* Implemented invocation callback on FunctionTemplateSimon Hausmann2013-03-081-0/+1
* Fix String::get and start using itLars Knoll2013-03-071-4/+16
* And use the vtbl methods for delete as well.Lars Knoll2013-03-071-3/+4
* Cleanup put and properly implement it for stringsLars Knoll2013-03-071-24/+20
* First part of moving get/put etc. into the Managed vtbl.Lars Knoll2013-03-071-4/+22
* Make Object::hasProperty() inlineLars Knoll2013-03-071-4/+13
* Add support for associating external resources with garbage collected JS objectsSimon Hausmann2013-03-051-0/+7
* Move the destructor into the new vtable.Lars Knoll2013-02-141-0/+1
* Convert run-time functions that take a Value * for arguments to use a Value r...Simon Hausmann2013-02-141-5/+5
* Add a C style vtable to Managed and use it for markObjectsLars Knoll2013-02-141-4/+9
* Convert inplace binops to pointer based calling conventionLars Knoll2013-02-141-2/+2
* Implement a first iteration of the fast property lookup schemeLars Knoll2013-02-121-0/+3
* Use internal classes to store the layout of membersLars Knoll2013-02-121-12/+7
* Inline some code only used from one placeLars Knoll2013-02-061-38/+0
* Remove some duplicated codeLars Knoll2013-02-061-23/+2
* Don't use a QVector to store the array dataLars Knoll2013-02-061-109/+71
* Fix compilation for access to the extensible flag.Erik Verbruggen2013-02-061-0/+1
* Don't use a QVector to hold the member dataLars Knoll2013-02-041-1/+4
* Rename qv4array.* to qv4sparsearray.*Lars Knoll2013-02-041-1/+1
* Move the Array code into Object itselfLars Knoll2013-02-041-5/+268
* Rename variables and functionsLars Knoll2013-02-041-1/+1
* Move the property data out of the hash tableLars Knoll2013-02-041-0/+7
* Cleanup namespaces.Jędrzej Nowacki2013-01-311-1/+4
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-301-0/+192