Bug 144979
Summary: | Implement lexical scoping in sloppy mode | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fpizlo, ggaren, mark.lam, mmirman, msaboff, oliver |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 142944 | ||
Bug Blocks: |
Saam Barati
This will break programs that previously worked. But it seems like something
that should be done sooner rather than later. I think the current implementation
should "Just Work" but will need to be tested with language features that are
disabled in strict mode.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Saam Barati
*** This bug has been marked as a duplicate of bug 142944 ***