Bug 144979 - Implement lexical scoping in sloppy mode
Summary: Implement lexical scoping in sloppy mode
Status: RESOLVED DUPLICATE of bug 142944
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on: 142944
Blocks:
  Show dependency treegraph
 
Reported: 2015-05-13 18:16 PDT by Saam Barati
Modified: 2015-07-09 17:59 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2015-05-13 18:16:26 PDT
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.
Comment 1 Saam Barati 2015-07-09 17:59:24 PDT

*** This bug has been marked as a duplicate of bug 142944 ***