summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the prototype for FunctionObject in it's constructorLars Knoll2013-01-281-5/+0
* Fix call expressions with a subscriptLars Knoll2013-01-281-4/+0
* test function names for eval or arguments in strict modeLars Knoll2013-01-281-12/+0
* Fix a bug in the evaluation of &&Lars Knoll2013-01-271-4/+0
* Fix empty return statement in evalSimon Hausmann2013-01-251-1/+0
* Fix remaining issues with the delete operatorSimon Hausmann2013-01-251-4/+3
* Fix more tests with the delete operatorSimon Hausmann2013-01-251-7/+0
* Delete on a function argument should return falseSimon Hausmann2013-01-241-1/+0
* Throw a syntax error if eval or arguments is used in increment/decrement expr...Simon Hausmann2013-01-241-8/+0
* Fix inplace operatorsLars Knoll2013-01-241-17/+0
* Throw a reference error when trying to use an invalid lvalueLars Knoll2013-01-241-4/+0
* Fix return statement outside of function bodySimon Hausmann2013-01-241-11/+1
* Fix properties of literal array initialisersSimon Hausmann2013-01-241-15/+1
* Fix the remaining test failures for the with() statementLars Knoll2013-01-241-9/+1
* Create a real execution context for with() statementsLars Knoll2013-01-241-24/+1
* Fix evaluation of lhs in binary expressionsSimon Hausmann2013-01-241-43/+1
* Skip Intl tests for now and re-generate TestExpectationsSimon Hausmann2013-01-242-162/+29
* Fix all but one remaining test case for exceptionsLars Knoll2013-01-241-5/+0
* Fix bug in switch statementLars Knoll2013-01-241-11/+1
* Fix wrong constant foldingLars Knoll2013-01-231-11/+0
* Labelled statements can also appear outside of loopsLars Knoll2013-01-231-3/+0