Bug 18633 - SQUIRRELFISH: need support for "arguments" object
Summary: SQUIRRELFISH: need support for "arguments" object
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks: 18624
  Show dependency treegraph
 
Reported: 2008-04-19 16:42 PDT by Maciej Stachowiak
Modified: 2008-05-06 14:53 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.