aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add a SimpleArrayData classLars Knoll2014-01-201-2/+1
* Save memory on array dataLars Knoll2014-01-201-12/+22
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-1/+1
* clean up Object::has(Own)PropertyLars Knoll2014-01-201-2/+2
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-2/+7
* Rework array handling for JS objectsLars Knoll2014-01-091-148/+51
* Fixes for argument objectsLars Knoll2014-01-091-0/+1
* Add Object::hasOwnProperty()Lars Knoll2014-01-091-0/+3
* Move array data into it's own structLars Knoll2014-01-031-62/+65
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-6/+9
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-2/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-8/+8
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Some minor optimizationsLars Knoll2013-10-191-2/+0
* Avoid creating array attributes if possibleLars Knoll2013-10-141-3/+6
* Correctly set the vtbl for Boolean and NumberObjectLars Knoll2013-10-111-0/+2
* Smaller cleanupsLars Knoll2013-10-111-0/+4
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-17/+1
* V4: remove inplace operationsErik Verbruggen2013-09-301-5/+0
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-13/+27
* Fix API for Object::define*PropertyLars Knoll2013-09-281-4/+4
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-7/+9
* Fix some more methods to take ValueRef'sLars Knoll2013-09-221-8/+8
* Make sure ScopedArrayObject works as intendedLars Knoll2013-09-221-0/+5
* Convert Object::inplaceBinOp to be GC safeLars Knoll2013-09-221-7/+4
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-3/+3
* Convert putIndexed()Lars Knoll2013-09-221-3/+3
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-5/+5
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-3/+4
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-6/+6
* Cleanup Object::define*Property APILars Knoll2013-09-221-7/+5
* Add a Safe<T> class and start using itLars Knoll2013-09-221-1/+1
* Start using StringRef for parameter passingLars Knoll2013-09-221-2/+2
* Further work towards an exact GCLars Knoll2013-09-221-4/+11
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-6/+1
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-0/+1
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-2/+6
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-2/+2
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-4/+4
* Convert lookups to use ReturnedValueLars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-3/+3
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-5/+9
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-0/+2
* Continue conversion to using scoped valuesLars Knoll2013-09-111-4/+4
* Optimize String.replace and RegExp.execLars Knoll2013-09-021-3/+2
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-4/+8
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+7