Bug 4008

Summary: Error objects report incorrect length
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: JavaScriptCoreAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Patch
darin: review-
Better Patch darin: review+

Description Geoffrey Garen 2005-07-14 17:21:57 PDT
Causes the following test failure:
js1_5/Exceptions/regress-123002.js

The test is also bad. It assumes we're Mozilla SpiderMonkey, so it expects incorrect results.
Comment 1 Geoffrey Garen 2005-07-14 17:22:23 PDT
Created attachment 2970 [details]
Patch

Fixes our code and the test suite.
Comment 2 Geoffrey Garen 2005-07-14 17:51:18 PDT
Created attachment 2971 [details]
Better Patch

Added a comment to explain why we're changing the test
Comment 3 Darin Adler 2005-07-18 08:02:01 PDT
Comment on attachment 2971 [details]
Better Patch

Looks good.