[Webkit-unassigned] [Bug 19359] JavaScriptCore behaves differently from FF2/3 and IE when handling context in catch statement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 2 14:18:34 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19359





------- Comment #3 from oliver at apple.com  2008-06-02 14:18 PDT -------
throw foo; results in foo being set as the exception value e.

I'm not sure how we can mimic the firefox/ie behaviour as it makes no sense in
the context of the spec.  Afaict the only way you could hope to achieve the
behaviour that they have would be to not introduce the requisite dynamic scope,
but then i'm not sure what would happen if you had a with block inside a catch.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list