Closed Bug 377168 Opened 17 years ago Closed 9 years ago

Round-trip change with @function::x

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

js> f = function() { @function::x }
function () {
    @[function::x];
}

js> eval("" + f)
function () {
}

I don't know which part is incorrect (if any).
Assignee: general → nobody
E4X was removed (bug 788293).
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.