RESOLVED FIXED 18633
SQUIRRELFISH: need support for "arguments" object
https://bugs.webkit.org/show_bug.cgi?id=18633
Summary SQUIRRELFISH: need support for "arguments" object
Maciej Stachowiak
Reported 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
Attachments
Maciej Stachowiak
Comment 1 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.
Maciej Stachowiak
Comment 2 2008-04-24 00:48:04 PDT
Geoff has made partial progress on this.
Geoffrey Garen
Comment 3 2008-05-06 14:53:50 PDT
The JS and editing tests pass now. Closing.
Note You need to log in before you can comment on or make changes to this bug.