Bug 13105 - REGRESSION: an exception raised when calculating base value of a dot expression is not returned
Summary: REGRESSION: an exception raised when calculating base value of a dot expressi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-03-18 01:16 PDT by Alexey Proskuryakov
Modified: 2007-03-18 10:54 PDT (History)
0 users

See Also:


Attachments
proposed fix (4.26 KB, patch)
2007-03-18 01:19 PDT, Alexey Proskuryakov
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2007-03-18 01:16:19 PDT
If an exception is raised when calculating foo() in foo().bar(), it is ignored, which is a regression from shipping Safari. A type error is raised instead.

Patch forthcoming.
Comment 1 Alexey Proskuryakov 2007-03-18 01:19:15 PDT
Created attachment 13687 [details]
proposed fix
Comment 2 Geoffrey Garen 2007-03-18 10:45:00 PDT
Comment on attachment 13687 [details]
proposed fix

r=me
Comment 3 Alexey Proskuryakov 2007-03-18 10:54:28 PDT
Committed revision 20291.