gecko-dev/js/tests/js1_5
2001-04-18 22:33:31 +00:00
..
GetSet Getter/setter tests are non-ECMA. Moving them from ecma_3 directory to js1_5 directory. 2001-04-17 23:56:57 +00:00
LexicalConventions
Regress Initial add. Regression test for bug 71107. 2001-03-07 01:30:15 +00:00
Scope Minor corrections to code and style - 2001-03-27 07:16:36 +00:00
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