Bug 143180 - ES6 class syntax should allow static setters and getters
Summary: ES6 class syntax should allow static setters and getters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 140491
  Show dependency treegraph
 
Reported: 2015-03-28 01:34 PDT by Ryosuke Niwa
Modified: 2015-03-31 19:36 PDT (History)
1 user (show)

See Also:


Attachments
Fixes the bug (7.47 KB, patch)
2015-03-31 13:56 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-03-28 01:34:50 PDT
ES6 class syntax supports static getter and setter methods.
Don't disallow them.
Comment 1 Ryosuke Niwa 2015-03-31 13:56:58 PDT
Created attachment 249849 [details]
Fixes the bug
Comment 2 WebKit Commit Bot 2015-03-31 19:36:45 PDT
Comment on attachment 249849 [details]
Fixes the bug

Clearing flags on attachment: 249849

Committed r182218: <http://trac.webkit.org/changeset/182218>
Comment 3 WebKit Commit Bot 2015-03-31 19:36:49 PDT
All reviewed patches have been landed.  Closing bug.