Bug 52690 - [jsfunfuzz] Assertion asking activation for arguments when arguments is overridden
Summary: [jsfunfuzz] Assertion asking activation for arguments when arguments is overr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks: 13638
  Show dependency treegraph
 
Reported: 2011-01-18 17:30 PST by Oliver Hunt
Modified: 2011-01-18 18:38 PST (History)
4 users (show)

See Also:


Attachments
Patch (6.60 KB, patch)
2011-01-18 18:30 PST, Oliver Hunt
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2011-01-18 17:30:16 PST
tryItOut("(arguments) = NaN;with({}) { (arguments); } ");
Comment 1 Oliver Hunt 2011-01-18 18:30:24 PST
Created attachment 79376 [details]
Patch
Comment 2 Oliver Hunt 2011-01-18 18:38:20 PST
Committed r76090: <http://trac.webkit.org/changeset/76090>