gecko-dev/js/tests/ecma_3
2001-05-15 22:01:39 +00:00
..
Array Initial add. This is Norris' testcase from bug 56883. 2001-03-13 01:23:34 +00:00
Date
Exceptions
ExecutionContexts
Function Correction to testcase per Brendan - 2001-05-08 23:37:56 +00:00
FunExpr
NumberFormatting
Object Initial add. Regression test for bug 72773. 2001-05-09 21:57:15 +00:00
RegExp Initial add. Regression test for bug 31316. 2001-05-01 23:35:15 +00:00
Statements Initial add. Regression test for bug 74474. 2001-05-15 22:01:39 +00:00
Unicode
shell.js "for (i in myArray)" produces unintentional side effects if a test modifies Array.prototype or Object.prototype. Use for (i=0; __; i++) instead. 2001-04-18 22:33:31 +00:00