Closed Bug 881999 Opened 11 years ago Closed 8 years ago

Cannot catch exception from evaluate(..., {saveFrameChain: true})

Categories

(Core :: JavaScript Engine, defect)

x86_64
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: testcase)

js> try { evaluate("x") } catch(e) { print(1); }
1

js> try { evaluate("x", {saveFrameChain:true}) } catch(e) { print(1); }
@evaluate:1:0 ReferenceError: x is not defined
Assignee: general → nobody
No longer reproducible, resolving as WFM.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.