aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-18/+76
* Fix typoSimon Hausmann2014-04-011-1/+1
* Don't use scopes in the instanceOf operatorLars Knoll2014-03-271-9/+9
* Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-241-0/+4
* Fixes to for...in statementLars Knoll2014-03-191-1/+1
* Minor optimization: Avoid some QString constructorsLars Knoll2014-03-181-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-129/+122
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-10/+2
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-1/+1
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-241-6/+9
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-35/+24
* Simplify some runtime codeLars Knoll2014-02-221-12/+12
* Reduce memory usage for object literals with integral keysSimon Hausmann2014-02-161-0/+2
* CleanupsLars Knoll2014-01-311-6/+6
* Fix a bug in qmljs_set_element and improve it's performanceLars Knoll2014-01-311-4/+8
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-2/+2
* Split ManagedVTable into two classesLars Knoll2014-01-211-6/+6
* Add a SimpleArrayData classLars Knoll2014-01-201-2/+1
* Save memory on array dataLars Knoll2014-01-201-4/+4
* 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