Closed
Bug 659636
Opened 14 years ago
Closed 13 years ago
Reflect.parse returns code after dead code elimination
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 571617
People
(Reporter: zbraniecki, Unassigned)
Details
steps to reproduce:
Reflect.parse("if(1)1") == Reflect.parse("1")
Reflect.parse("if(0)1") == Program->BlockStatement
Reporter | ||
Comment 1•14 years ago
|
||
dupe of bug 659636 ?
Comment 2•14 years ago
|
||
(In reply to comment #1)
> dupe of bug 659636 ?
I think you typed the wrong bug number.
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> (In reply to comment #1)
> > dupe of bug 659636 ?
>
> I think you typed the wrong bug number.
Yay, recursion!
I meant bug 571617
Comment 4•13 years ago
|
||
Marking as dup since I believe constant-folding has been completely disabled for Reflect.parse. Please reopen if I've missed something.
Dave
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•