aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* clean up Object::has(Own)PropertyLars Knoll2014-01-201-1/+1
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-8/+6
* Rework array handling for JS objectsLars Knoll2014-01-091-51/+28
* Fixes for argument objectsLars Knoll2014-01-091-1/+1
* Move array data into it's own structLars Knoll2014-01-031-9/+9
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-2/+2
* Speedup JS instanceof operatorLars Knoll2013-12-041-4/+26
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-1/+14
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+5
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-3/+2
* Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-221-2/+14
* 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