| browser.js |
|
0 |
- |
| destructuring-scope.js |
|
1608 |
- |
| regress-96526-argsub.js |
Date: 29 Oct 2002
SUMMARY: Testing "use" and "set" operations on expressions like a[i][j][k]
See http://bugzilla.mozilla.org/show_bug.cgi?id=96526#c52
Brendan: "The idea is to cover all the 'use' and 'set' (as in modify)
operations you can do on an expression like a[i][j][k], including variations
where you replace |a| with arguments (literally) and |i| with 0, 1, 2, etc.
(to hit the optimization for arguments[0]... that uses JSOP_ARGSUB)."
|
2068 |
- |
| regress-96526-delelem.js |
Date: 29 Oct 2002
SUMMARY: Testing "use" and "set" operations on expressions like a[i][j][k]
See http://bugzilla.mozilla.org/show_bug.cgi?id=96526#c52
Brendan: "The idea is to cover all the 'use' and 'set' (as in modify)
operations you can do on an expression like a[i][j][k], including variations
where you replace |a| with arguments (literally) and |i| with 0, 1, 2, etc.
(to hit the optimization for arguments[0]... that uses JSOP_ARGSUB)."
|
2080 |
- |
| regress-96526-noargsub.js |
Date: 29 Oct 2002
SUMMARY: Testing "use" and "set" operations on expressions like a[i][j][k]
See http://bugzilla.mozilla.org/show_bug.cgi?id=96526#c52
Brendan: "The idea is to cover all the 'use' and 'set' (as in modify)
operations you can do on an expression like a[i][j][k], including variations
where you replace |a| with arguments (literally) and |i| with 0, 1, 2, etc.
(to hit the optimization for arguments[0]... that uses JSOP_ARGSUB)."
|
2037 |
- |
| regress-192288.js |
Date: 07 February 2003
SUMMARY: Testing 0/0 inside functions
See http://bugzilla.mozilla.org/show_bug.cgi?id=192288
|
1600 |
- |
| regress-346203.js |
|
739 |
- |
| regress-346645-01.js |
|
789 |
- |
| regress-346645-02.js |
|
788 |
- |
| regress-346645-03.js |
|
792 |
- |
| regress-394673.js |
|
1089 |
- |
| regress-418051.js |
|
888 |
- |
| regress-451340.js |
|
723 |
- |
| shell.js |
---
defines: [testDestructuringArrayDefault, formatArray, toSource]
allow_unused: True
--- |
5243 |
- |
| short-circuit-compound-assignment-deleted-decl-binding.js |
|
942 |
- |
| short-circuit-compound-assignment-scope-lookup.js |
|
7231 |
- |
| trailing_comma_arguments.js |
|
2389 |
- |
| trailing_comma_arrow.js |
|
3878 |
- |
| trailing_comma_getter_setter.js |
|
2438 |
- |
| trailing_comma_parameters.js |
|
5120 |
- |