gecko-dev/js/tests/js1_5
pschwartau%netscape.com 5c77296fee Initial add. Regression test for bug 76054 in SpiderMonkey and bug 78706 in Rhino. 2001-05-16 19:01:42 +00:00
..
GetSet Initial add. 2001-05-05 17:24:07 +00:00
LexicalConventions Initital add - 2000-11-27 01:22:47 +00:00
Regress Initial add. Regression test for bug 76054 in SpiderMonkey and bug 78706 in Rhino. 2001-05-16 19:01:42 +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