aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-2/+2
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-76/+60
* Convert Object::inplaceBinOp to be GC safeLars Knoll2013-09-221-33/+55
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-4/+8
* Convert putIndexed()Lars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-7/+9
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-14/+19
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-1/+2
* Add a Safe<T> class and start using itLars Knoll2013-09-221-9/+11
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-2/+4
* Further work towards an exact GCLars Knoll2013-09-221-2/+3
* Fix handling of empty ValuesLars Knoll2013-09-181-1/+2
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-27/+23
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-6/+8
* Convert some methods to use Returned<>Lars Knoll2013-09-181-1/+1
* Convert methods in qv4runtime to use Returned<X>Lars Knoll2013-09-181-22/+15
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-11/+27
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-1/+1
* Convert lookups to use ReturnedValueLars Knoll2013-09-181-14/+8
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+1
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-7/+9
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-4/+4
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-19/+19
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-8/+8
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-10/+10
* Adjust return values to use ReturnedValueLars Knoll2013-09-181-5/+7
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-48/+54
* Fix __qmljs_init_closure to use ReturnedValueLars Knoll2013-09-121-3/+3
* Change binops to use ReturnedValueLars Knoll2013-09-121-12/+9
* Convert unary operations and some other runtime methodsLars Knoll2013-09-121-20/+13
* Use ReturnedValue for more runtime methodsLars Knoll2013-09-121-51/+35
* Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-160/+0
* Use ReturnedValue for some more runtime methodsLars Knoll2013-09-121-32/+14
* Use QV4::ReturnedValue in the runtime APILars Knoll2013-09-121-34/+15
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-18/+110
* V4: add counters for built-in function invocations.Erik Verbruggen2013-09-121-0/+123
* Continue conversion to using scoped valuesLars Knoll2013-09-111-176/+178
* More work on converting calling conventions to fit the new GC schemeLars Knoll2013-09-111-33/+38
* Start adapting function signatures in the qv4runtimeLars Knoll2013-09-111-48/+57
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-12/+12
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-10/+10
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-76/+58
* Move CallData onto the JS stackLars Knoll2013-09-111-44/+36
* Add ScopedValue and ScopedValueArray classesLars Knoll2013-09-111-6/+9
* Optimise property lookups on primitive typesLars Knoll2013-09-021-22/+15
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-1/+0
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* change calling convention for JS function callsLars Knoll2013-09-021-14/+52
* move methods to create a new context into the ExecutionContext classLars Knoll2013-09-021-2/+2