aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix interaction between head room and appending in arraysLars Knoll2013-11-181-6/+6
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Refactor marking GC'ed objectsLars Knoll2013-11-051-9/+9
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-10/+14
* Protect write accesses to objectsLars Knoll2013-10-291-1/+22
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+7
* Some minor optimizationsLars Knoll2013-10-191-27/+31
* inline get_element callsLars Knoll2013-10-141-0/+5
* Avoid creating array attributes if possibleLars Knoll2013-10-141-35/+28
* Cleanup API of Safe<T>Lars Knoll2013-10-021-2/+2
* Remove more uses of ValueLars Knoll2013-10-021-2/+2
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-14/+3
* V4: remove inplace operationsErik Verbruggen2013-09-301-46/+0
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-13/+13
* Fix API for Object::define*PropertyLars Knoll2013-09-281-8/+8
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-3/+6
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-12/+12
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-4/+6
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-0/+2
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-8/+8
* Fix some more methods to take ValueRef'sLars Knoll2013-09-221-2/+4
* Convert Object::inplaceBinOp to be GC safeLars Knoll2013-09-221-14/+10
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-5/+5
* Convert putIndexed()Lars Knoll2013-09-221-6/+6
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-20/+22
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-6/+17
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-22/+22
* Cleanup Object::define*Property APILars Knoll2013-09-221-36/+21
* Add a Safe<T> class and start using itLars Knoll2013-09-221-7/+13
* Start using StringRef for parameter passingLars Knoll2013-09-221-13/+15
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-4/+7
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-10/+13
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-1/+1
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-0/+2
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-5/+5
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-4/+4
* Convert lookups to use ReturnedValueLars Knoll2013-09-181-12/+4
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-9/+13
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-12/+12
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-9/+9
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-4/+8
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1
* Change binops to use ReturnedValueLars Knoll2013-09-121-8/+4
* Continue conversion to using scoped valuesLars Knoll2013-09-111-26/+33
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-0/+3
* Move CallData onto the JS stackLars Knoll2013-09-111-15/+16
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-4/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-19/+27
* Remove unused arvument from Object constructorLars Knoll2013-09-021-1/+1