Bug 13105

Summary: REGRESSION: an exception raised when calculating base value of a dot expression is not returned
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: JavaScriptCoreAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Regression
Priority: P1    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed fix ggaren: review+

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.