aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-18/+110
* V4: add counters for built-in function invocations.Erik Verbruggen2013-09-121-0/+123
* Continue conversion to using scoped valuesLars Knoll2013-09-111-176/+178
* More work on converting calling conventions to fit the new GC schemeLars Knoll2013-09-111-33/+38
* Start adapting function signatures in the qv4runtimeLars Knoll2013-09-111-48/+57
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-12/+12
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-10/+10
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-76/+58
* Move CallData onto the JS stackLars Knoll2013-09-111-44/+36
* Add ScopedValue and ScopedValueArray classesLars Knoll2013-09-111-6/+9
* Optimise property lookups on primitive typesLars Knoll2013-09-021-22/+15
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-1/+0
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* change calling convention for JS function callsLars Knoll2013-09-021-14/+52
* move methods to create a new context into the ExecutionContext classLars Knoll2013-09-021-2/+2
* Add a SimpleScriptFunction classLars Knoll2013-09-021-1/+1
* Generate code for conversion to signed int32.Erik Verbruggen2013-08-291-2/+2
* Generate code conversion to double.Erik Verbruggen2013-08-281-0/+5
* The fast and the furious, register drift.Erik Verbruggen2013-08-271-2/+4
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-26/+14
|\
| * Fix eval operating on incorrect runtime dataSimon Hausmann2013-08-181-8/+3
| * Use indices into the runtime functions array instead of function pointers in ...Simon Hausmann2013-08-161-1/+3
| * Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-1/+4
| * Ported regular expressions over to be run-time generated dataSimon Hausmann2013-08-161-0/+7
| * Prepare MASM for better runtime string handlingSimon Hausmann2013-08-151-9/+2
| * Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-151-24/+0
| * Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-0/+12
* | Simplify __qmljs_call_property_lookupLars Knoll2013-08-171-5/+2
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+11
* | Add utility conversion methods for use in the JIT.Erik Verbruggen2013-08-141-0/+19
|/
* Restructure source codeLars Knoll2013-08-081-0/+1250