Closed Bug 350681 Opened 18 years ago Closed 16 years ago

"import window.null" changes during round-trip

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: testcase)

> function() { import window.null }
function () { import window['null']; }

> function () { import window['null']; }
function () { import window["null"]; }
Jesse, I'd like to not worry about this for a while.  It's correct, just a bother for you to avoid a false positive, right?

/be
Ok.  I've tagged the import/export things in the fuzzer with "mismatchok", so this bug and other mismatches with import/export won't trigger an alert.  The fuzzer can still test for completely bogus decompilation, crashes when executing, etc.
This is fixed by the patch for bug 355736, too:

js> "" + function f() { import window.null }
function f() {
    import window.null;
}
Depends on: 355736
OS: Mac OS X → All
Hardware: Macintosh → All
This bug is irrelevant now that import/export have been removed (bug 447713).
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.