aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-2/+2
* Clean up script importsSimon Hausmann2014-03-192-8/+5
* Use Q_ASSERT instead of assertLars Knoll2014-03-193-11/+8
* Fixes to for...in statementLars Knoll2014-03-191-1/+1
* Optimize construction of SimpleArrayDataLars Knoll2014-03-193-2/+5
* Small optimization to RegExpLars Knoll2014-03-183-1/+14
* Add some specialized lookups for two internal classesLars Knoll2014-03-183-28/+187
* Minor optimization: Avoid some QString constructorsLars Knoll2014-03-181-1/+1
* Fix crash when calling concat on an empty arraySimon Hausmann2014-03-151-0/+2
* Fix CompiledData::CompilationUnit object leakLiang Jian2014-03-131-5/+0
* Allow maximum block size to be specified as an environment variable.Michael Brasser2014-03-131-3/+11
* Don't crash when a signal/slot connection outlives the engineSimon Hausmann2014-03-121-2/+7
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-3/+4
* Fix linkingSimon Hausmann2014-03-111-1/+1
* Allow detaching V4 debuggers in agent destructorUlf Hermann2014-03-111-0/+3
* Cleanup our runtime methodsLars Knoll2014-03-1116-433/+420
* Fix copying of Property'sLars Knoll2014-03-1012-45/+67
* V4 JIT: enable JIT on win64.Erik Verbruggen2014-03-081-1/+1
* Use an array of Value's for Object::memberDataLars Knoll2014-03-0710-95/+81
* Reserve a double slot for accessor propertiesLars Knoll2014-03-073-43/+114
* Move some methods from ExecutionContext to CallContextLars Knoll2014-03-073-42/+35
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-074-65/+31
* Remove the name member of FunctionObjectLars Knoll2014-03-074-13/+29
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-076-52/+39
* Fix test failure in qqmldebugjs autotestLars Knoll2014-03-071-1/+2
* Fixes to breakpoint handlingLars Knoll2014-03-072-31/+25
* Add a Line instruction to the interpreterLars Knoll2014-03-077-115/+15
* Simplify our breakpoint handlingLars Knoll2014-03-073-260/+63
* Remove unused ExecutionEngine::allFunctionsLars Knoll2014-03-031-1/+0
* Remove unused codeSizesLars Knoll2014-03-034-50/+2
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-036-30/+14
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Fix calls to overloaded slots for QObjects not created by QMLSimon Hausmann2014-03-021-1/+15
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-287-13/+13
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-243-8/+11
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-243-47/+26
* Clean up our internal namespacesLars Knoll2014-02-237-21/+21
* Simplify some runtime codeLars Knoll2014-02-224-49/+42
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-7/+12
|\
| * Fix spurious binding loop errors in QtQuick Controls and other placesSimon Hausmann2014-02-161-7/+12
* | Reduce memory usage for object literals with integral keysSimon Hausmann2014-02-161-0/+2
* | Satellite profiler for V4Ulf Hermann2014-02-126-6/+293
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-124-9/+12
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-114-9/+12
| |\|
| | * Fix exception thrown in slot without Qml EngineSimon Hausmann2014-02-071-5/+7
| | * Fix alignment exception in newCallContext on ARMSamuli Piippo2014-02-062-2/+2
| | * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-061-1/+2
| | * V4: Array.push() on QStringList should invoke putIndexed()Alberto Mardegan2014-01-281-1/+1
* | | Add a function dumping out a GBMI stack trace of the V4 engine.Friedemann Kleint2014-02-121-0/+35
|/ /
* | Remove add/sub/mul instruction specializations for numbersLars Knoll2014-02-071-18/+0