aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix === operator for value typesLars Knoll2013-11-151-2/+2
* Don't crash when trying to assign to null.propLars Knoll2013-11-151-0/+2
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-2/+2
* Smaller optimisationsLars Knoll2013-11-051-8/+6
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+12
* Optimise string additionsLars Knoll2013-11-051-25/+85
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-2/+2
* Avoid exception checks after calls to some run-time functionsSimon Hausmann2013-11-011-4/+4
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-2/+2
* Optimize string additionsLars Knoll2013-10-311-14/+7
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-0/+6
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-0/+11
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-0/+24
* Speed up id object lookupsSimon Hausmann2013-10-291-0/+8
* Protect write accesses to objectsLars Knoll2013-10-291-4/+0
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-19/+57
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-2/+10
* Rework exception handlingLars Knoll2013-10-291-3/+13
* Avoid creating array attributes if possibleLars Knoll2013-10-141-8/+3
* V4 runtime: add some more counters.Erik Verbruggen2013-10-101-0/+18
* V4 JIT: generate some strict (not) equal conditionsErik Verbruggen2013-10-101-2/+8
* Change exception handling APISimon Hausmann2013-10-021-2/+1
* Cleanup API of Safe<T>Lars Knoll2013-10-021-6/+6
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Remove more uses of ValueLars Knoll2013-10-021-2/+2
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-1/+1
* V4: remove inplace operationsErik Verbruggen2013-09-301-210/+0
* Remove some uses of raw Object pointersLars Knoll2013-09-301-7/+6
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-29/+29
* Fix API for evalCall()Lars Knoll2013-09-281-2/+2
* Remove Value::fromString()Lars Knoll2013-09-281-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-9/+8
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-3/+3
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-14/+14
* 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