aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-0/+12
* Change the object allocation schemeSimon Hausmann2014-07-221-4/+4
* Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-2/+2
* Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-221-1/+1
* Convert String to new constructor syntaxLars Knoll2014-07-221-9/+9
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-2/+1
* Get rid of CallDataRefLars Knoll2014-07-221-11/+11
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-21/+21
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-54/+54
* Move ArrayData over to new data layoutLars Knoll2014-07-221-2/+2
* Convert the remaining classes in functionobject.hLars Knoll2014-07-221-1/+1
* Move object data into internal structureLars Knoll2014-07-221-4/+4
* Move Managed data into it's own subclassLars Knoll2014-07-221-2/+2
* v4: Delay creating the ScopedValue/ScopedProperty in objectLiteralHolger Hans Peter Freyther2014-07-201-15/+19
* 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