Bug 18633
| Summary: | SQUIRRELFISH: need support for "arguments" object | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Maciej Stachowiak <mjs> |
| Component: | JavaScriptCore | Assignee: | 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 | ||
Maciej Stachowiak
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Maciej Stachowiak
In addition to making many JSC tests fail, lack of arguments causes nearly all the editing layout tests to fail.
Maciej Stachowiak
Geoff has made partial progress on this.
Geoffrey Garen
The JS and editing tests pass now. Closing.