aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused constructorLars Knoll2013-09-021-11/+0
* change calling convention for JS function callsLars Knoll2013-09-021-10/+15
* Optimize setting new properties on objectsLars Knoll2013-08-181-8/+38
* Factor out protoHasArray and hasAccessorPropertyPeter Varga2013-08-171-28/+9
* Fix two small issues when construcint Array objectsLars Knoll2013-08-171-1/+1
* Fix Array.prototype.concatPeter Varga2013-08-141-5/+38
* Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-081-19/+36
* Restructure source codeLars Knoll2013-08-081-0/+1407