Bug 18633

Summary: SQUIRRELFISH: need support for "arguments" object
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: JavaScriptCoreAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 18624    

Description Maciej Stachowiak 2008-04-19 16:42:21 PDT
We need to support the "arguments" object. At least the following tests depend on it and are failing:

ecma/ExecutionContexts/10.1.6.js
ecma/ExecutionContexts/10.1.8-1.js
ecma/ExecutionContexts/10.1.8-2.js
ecma/Expressions/11.2.2-1.js
Comment 1 Maciej Stachowiak 2008-04-22 03:58:23 PDT
In addition to making many JSC tests fail, lack of arguments causes nearly all the editing layout tests to fail.
Comment 2 Maciej Stachowiak 2008-04-24 00:48:04 PDT
Geoff has made partial progress on this.
Comment 3 Geoffrey Garen 2008-05-06 14:53:50 PDT
The JS and editing tests pass now. Closing.