aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Loops are local to functionsLars Knoll2013-01-231-2/+0
* Don't crash on for(x in null)Lars Knoll2013-01-231-1/+0
* Fix a crash when a non direct call to eval caused a syntax errorLars Knoll2013-01-231-1/+0
* Fix some errors related to strict modeLars Knoll2013-01-231-66/+1
* Implement JSON.stringifyLars Knoll2013-01-231-49/+0
* Refactor JSON.parseLars Knoll2013-01-231-6/+1
* Fix eval when a context gets inherited.Erik Verbruggen2013-01-231-1/+0
* Fix direct vs indirect calls to eval (15.1.2.11)Lars Knoll2013-01-231-4/+0
* Fix crash when using continue in switch inside loopSimon Hausmann2013-01-231-0/+11
* Fixed remaining failures for Array.prototype.reverseLars Knoll2013-01-221-10/+0
* Fix remaining test failures related to Arguments objectLars Knoll2013-01-221-15/+5
* Fix remaining issues in the URI methodsLars Knoll2013-01-221-20/+0
* Fix memory corruption in the MMLars Knoll2013-01-221-24/+0
* Fix length property of global utility functionsSimon Hausmann2013-01-221-41/+1
* Fix thisObject for all builtin function callsSimon Hausmann2013-01-221-1/+0
* Add escape and unescape to the global objectLars Knoll2013-01-221-3/+0
* Add URI handling methodsLars Knoll2013-01-221-98/+1
* Fix String.prototype.slice with boundary valuesSimon Hausmann2013-01-221-2/+0
* Fix String.prototype.substring when called with undefined end valueSimon Hausmann2013-01-221-5/+1
* Fix bug in property tableSimon Hausmann2013-01-221-3/+0
* Fix name of Array.prototype.toLocaleString methodSimon Hausmann2013-01-221-1/+0