Closed Bug 782116 Opened 12 years ago Closed 12 years ago

Investigate change in behaviour with f.arguments mutation

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: evilpie, Unassigned)

References

()

Details

(Whiteboard: [js:t])

>function mutate(args) {
>    args[0] = "changed";
>    return "-";
>}

>function d(s) {
>    return [s, mutate(d.arguments), s];
>    eval("");
>}

d('d') used to return 'd-d' in Firefox 15. Probably related to Bug 659577.
Nope: quite intentionally changed in bug 718022.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Whiteboard: [js:t]
You need to log in before you can comment on or make changes to this bug.