Bug 153673 - Remove our notion of having a single activation register
Summary: Remove our notion of having a single activation register
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks: 153631
  Show dependency treegraph
 
Reported: 2016-01-29 14:44 PST by Saam Barati
Modified: 2016-01-29 16:02 PST (History)
11 users (show)

See Also:


Attachments
patch (28.80 KB, patch)
2016-01-29 15:05 PST, Saam Barati
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2016-01-29 14:44:49 PST
We have many functions lurking around where we think a function might only have one activation register.
This is clearly wrong now that ES6 has block scoping.
Comment 1 Saam Barati 2016-01-29 15:05:49 PST
Created attachment 270260 [details]
patch
Comment 2 Saam Barati 2016-01-29 16:02:29 PST
landed in:
http://trac.webkit.org/changeset/195862