aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-2/+2
* Fix all autotests related to value typesLars Knoll2013-05-301-2/+2
* Fix tst_qqmlecmascript::switchStatement()Simon Hausmann2013-05-291-1/+1
* Cleanup handlReferenceManagement auto testSimon Hausmann2013-05-281-41/+9
* Implement JS ownership policy for var and variant propertiesSimon Hausmann2013-05-241-9/+9
* Port Qt.include() over to v4Lars Knoll2013-05-241-1/+1
* Implement QObject ownership policy for QObject JavaScript wrappersSimon Hausmann2013-05-243-304/+43
* Various fixesLars Knoll2013-05-221-18/+18
* Fix the buildSimon Hausmann2013-05-211-4/+4
* Convert the remaining TryCatch statements to use QV4::ExceptionLars Knoll2013-05-211-34/+41
* convert QV8VariantWrapper to v4Lars Knoll2013-05-172-10/+11
* Fix build of tst_qqmlecmascriptSimon Hausmann2013-05-153-7/+21
* More steps towards eliminating the v8 layerSimon Hausmann2013-05-0759-2571/+35
* Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-60/+60
* Fix keywords testLars Knoll2013-05-051-14/+3
* Some fixes to the autotestLars Knoll2013-05-051-6/+0
* Fix compilation of testLars Knoll2013-05-041-102/+0
* Small fixes to auto testLars Knoll2013-04-192-1/+1
* Implement most of QJSEngine against V4Lars Knoll2013-04-191-1/+1
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-1583-84/+97
* Merge branch 'master' of ssh://codereview.qt-project.org:29418/playground/v4v...Simon Hausmann2013-04-1542-0/+14388
|\
| * Move property attributes out of the property arraysLars Knoll2013-04-121-5/+1
| * Fix memory allocation of executable codeSimon Hausmann2013-04-014-0/+107
| * Fix module operation to conform to IEEE 754 arithmic.Erik Verbruggen2013-03-201-1/+0
| * Distinguish better between a FunctionDecl and a FunctionExpr.Erik Verbruggen2013-03-201-1/+0
| * Fix Number.prototype.toFixed.Erik Verbruggen2013-03-201-1/+0
| * Fix a edge case in String.lastIndexOf.Erik Verbruggen2013-03-201-1/+0
| * Mark test as passing after qtdeclarative change.Erik Verbruggen2013-03-201-1/+0
| * Mark more tests as passing after qtdeclarative change.Erik Verbruggen2013-03-191-3/+0
| * Check if "use strict" has no escaped chars.Erik Verbruggen2013-03-181-1/+0
| * Fix function declaration best-practice check.Erik Verbruggen2013-03-181-1/+0
| * Fixes to run the test suite on Windown.Erik Verbruggen2013-03-181-2/+4
| * Handle best-practice conditional function declaration.Erik Verbruggen2013-03-181-9/+0
| * Fix name lookup for named function expressionsSimon Hausmann2013-03-081-3/+1
| * Fix slowness in unwind table registrationSimon Hausmann2013-03-061-6/+0
| * Skip some really slow testsLars Knoll2013-03-031-1/+7
| * Small cleanupLars Knoll2013-02-251-1/+0
| * Fix multiple variable assignmentsSimon Hausmann2013-02-151-2/+1
| * Fix scoping for catch blocksSimon Hausmann2013-02-131-3/+1
| * Fix a crash in JSONLars Knoll2013-02-121-1/+0
| * Implement a first iteration of the fast property lookup schemeLars Knoll2013-02-122-1/+10
| * Fix name function expressionsSimon Hausmann2013-02-091-8/+5
| * Move the Array code into Object itselfLars Knoll2013-02-041-1/+0
| * V8 benchmark suiteLars Knoll2013-01-311-0/+11591
| * Minor improvements to Context creationLars Knoll2013-01-311-2/+1
| * Make things more compliant with a regular Qt moduleLars Knoll2013-01-311-1/+1
| * Fix a bug with Unicode surrogates in decodeURILars Knoll2013-01-301-5/+1
| * Allocate execution context and local variables in one chunkLars Knoll2013-01-291-1/+1
| * Properly working post increment/decrement operatorsLars Knoll2013-01-281-10/+0
| * new eval() should throw a type errorLars Knoll2013-01-281-1/+0