aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime_p.h
Commit message (Expand)AuthorAgeFilesLines
* Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-0/+1
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+1
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-1/+1
* Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-221-1/+2
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-1/+1
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+1
* Optimise string additionsLars Knoll2013-11-051-1/+2
* Avoid exception checks after calls to some run-time functionsSimon Hausmann2013-11-011-4/+10
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-1/+1
* Optimize string additionsLars Knoll2013-10-311-1/+0
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-0/+1
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-0/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-0/+3
* Fix a regression introduced in I6e141a425c2b4cc0cd64c7f0011e7028b9147f69Lars Knoll2013-10-301-1/+3
* Speed up id object lookupsSimon Hausmann2013-10-291-0/+2
* Inline unary operations in mothLars Knoll2013-10-291-3/+3
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-1/+2
* Rework exception handlingLars Knoll2013-10-291-3/+3
* V4 runtime: add some more counters.Erik Verbruggen2013-10-101-0/+3
* V4: remove inplace operationsErik Verbruggen2013-09-301-40/+0
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-25/+28
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-28/+28
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-40/+40
* V4: fixes after ReturnValue and ValueRef introduction.Erik Verbruggen2013-09-201-2/+2
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-7/+8
* Optimize some runtime methodsLars Knoll2013-09-181-20/+19
* Convert methods in qv4runtime to use Returned<X>Lars Knoll2013-09-181-3/+3
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-16/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-2/+2
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-44/+46
* Fix __qmljs_init_closure to use ReturnedValueLars Knoll2013-09-121-1/+1
* Change binops to use ReturnedValueLars Knoll2013-09-121-109/+87
* Convert unary operations and some other runtime methodsLars Knoll2013-09-121-22/+22
* Use ReturnedValue for more runtime methodsLars Knoll2013-09-121-11/+11
* Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-10/+0
* Use ReturnedValue for some more runtime methodsLars Knoll2013-09-121-8/+8
* Use QV4::ReturnedValue in the runtime APILars Knoll2013-09-121-6/+6
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-94/+13
* V4: add counters for built-in function invocations.Erik Verbruggen2013-09-121-8/+26
* Continue conversion to using scoped valuesLars Knoll2013-09-111-211/+192
* More work on converting calling conventions to fit the new GC schemeLars Knoll2013-09-111-11/+11
* Start adapting function signatures in the qv4runtimeLars Knoll2013-09-111-84/+84
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-25/+25
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-10/+10
* Generate code for conversion to signed int32.Erik Verbruggen2013-08-291-4/+2
* Generate code conversion to double.Erik Verbruggen2013-08-281-0/+1
* The fast and the furious, register drift.Erik Verbruggen2013-08-271-1/+6
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-8/+6
|\
| * Use indices into the runtime functions array instead of function pointers in ...Simon Hausmann2013-08-161-1/+1