Closed Bug 350241 Opened 18 years ago Closed 18 years ago

"if delete b(c)" in catchguard decompiles incorrectly

Categories

(Core :: JavaScript Engine, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 350242

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

> function () { try { } catch (a if delete b(c)) { } }
function () { try { } catch (a if b(c); true) { } }

The resulting function does not compile.
Dup'ing forward since this bug and bug 350242 are about the same underlying flaw, which the patch in bug 350242 fixes.

/be

*** This bug has been marked as a duplicate of 350242 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Summary: "if delete b(c)" in catchgaurd decompiles incorrectly → "if delete b(c)" in catchguard decompiles incorrectly
You need to log in before you can comment on or make changes to this bug.