Bug 163683 - [JSC] forbid "use strict" directive in generator functions with non-simple parameters
Summary: [JSC] forbid "use strict" directive in generator functions with non-simple pa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Caitlin Potter (:caitp)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-19 12:47 PDT by Caitlin Potter (:caitp)
Modified: 2016-10-19 14:30 PDT (History)
5 users (show)

See Also:


Attachments
V1 (6.29 KB, patch)
2016-10-19 12:58 PDT, Caitlin Potter (:caitp)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Caitlin Potter (:caitp) 2016-10-19 12:47:30 PDT
[JSC] forbid "use strict" directive in generator functions with non-simple parameters
Comment 1 Caitlin Potter (:caitp) 2016-10-19 12:58:14 PDT
Created attachment 292097 [details]
V1
Comment 2 Caitlin Potter (:caitp) 2016-10-19 13:00:31 PDT
Comment on attachment 292097 [details]
V1

Hi PTAL. This was causing some test262 failures in async functions when testing the runtime implementation locally.
Comment 3 Geoffrey Garen 2016-10-19 14:07:11 PDT
Comment on attachment 292097 [details]
V1

r=me
Comment 4 WebKit Commit Bot 2016-10-19 14:30:35 PDT
Comment on attachment 292097 [details]
V1

Clearing flags on attachment: 292097

Committed r207569: <http://trac.webkit.org/changeset/207569>
Comment 5 WebKit Commit Bot 2016-10-19 14:30:39 PDT
All reviewed patches have been landed.  Closing bug.