Closed
Bug 384851
Opened 19 years ago
Closed 18 years ago
ecma/extensions/10.1.6.js FAIL - browser|shell
Categories
(Core :: JavaScript Engine, defect, P5)
Tracking
()
RESOLVED
DUPLICATE
of bug 396584
People
(Reporter: bc, Unassigned)
References
Details
(Keywords: regression)
bug 383269 caused ecma/extensions/10.1.6.js to fail where the behavior changed from TestFunction(1,2,3) = value of the argument property PASSED!
to TestFunction(1,2,3) = [object Object] FAILED! expected: value of the argument property
note also:
js> version(170)
0
js> function f(){
let a=arguments; print(a[0]); arguments=42; print(arguments); return a
}
js> f(33)[0]
33
[object Object]
33
| Reporter | ||
Updated•18 years ago
|
Flags: in-testsuite+
Flags: blocking1.9?
Comment 1•18 years ago
|
||
cc:ing brendan, since 383269 was his bug. Brendan: I'd be glad to check this out, if you can point me in the right direction.
Setting P5 for now as we don't fully understand it. Might want to up if this is commonly done on the web.
| Reporter | ||
Comment 3•18 years ago
|
||
fixed by bug 396584.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•