summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Run the tests in a simulated pacific time zoneSimon Hausmann2013-01-222-12/+3
* Fix name property of Error prototypeSimon Hausmann2013-01-221-2/+0
* Fix Math.toString()Simon Hausmann2013-01-221-8/+0
* Implement String.prototype.splitSimon Hausmann2013-01-221-98/+0
* Fix a bug in Array.proto.indexOf for sparse arraysLars Knoll2013-01-221-1/+0
* Fix remaining test failures in Array.prototype.push/popLars Knoll2013-01-221-8/+0
* Fix remaining issues in Array.prototype.(un)shiftLars Knoll2013-01-221-19/+0
* Fix remaining issues in lastIndexOfLars Knoll2013-01-221-45/+0
* Fix a few bugs in Number.prototypeLars Knoll2013-01-211-5/+0
* Implement RegExp.prototype.compileLars Knoll2013-01-211-1/+0
* Fix implicit this object for value based calls inside with() blocksLars Knoll2013-01-211-12/+1
* Fix certain new member expressionsSimon Hausmann2013-01-211-3/+0
* Implement String.prototype.searchSimon Hausmann2013-01-211-23/+1
* Implement String.prototype.trimLars Knoll2013-01-211-126/+1
* Fix the remaining test failures for the Date objectLars Knoll2013-01-211-18/+10
* Implement String.prototype.replaceSimon Hausmann2013-01-211-48/+1
* If a function is defined twice the 2nd one should be usedLars Knoll2013-01-211-4/+0
* Fix Date constructor and add Date.prototype.toISOStringLars Knoll2013-01-211-15/+0
* Member expressions on non-objects should throw a type errorSimon Hausmann2013-01-211-11/+0
* Fix writable attribute of RegExp propertiesSimon Hausmann2013-01-201-13/+1
* Implement JSON.parseLars Knoll2013-01-191-105/+3
* Fix wrong index access in one variant of Array::at()Lars Knoll2013-01-181-2/+0
* Get rid of virtual __get__ in RegExpObjectSimon Hausmann2013-01-181-5/+1
* Get rid of __get__ implementation in ErrorObjectSimon Hausmann2013-01-181-2/+0
* Remove the need for virtual __get/set__ methods in ArgumentsObjectLars Knoll2013-01-181-5/+1
* Implement String.prototype.matchLars Knoll2013-01-181-31/+0
* Implement Array.prototype.reduce/reduceRightLars Knoll2013-01-171-379/+1
* Implement Array.prototype.map/filter correctlyLars Knoll2013-01-171-247/+1
* Implement Array.prototype.every/some/forEachLars Knoll2013-01-171-359/+0
* Fix values of RegExp.lastIndex propertySimon Hausmann2013-01-171-18/+0