Bug 142842 - The prototype internal slot of an ES6 class should be non-configurable and non-writable
Summary: The prototype internal slot of an ES6 class should be non-configurable and no...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 140491
  Show dependency treegraph
 
Reported: 2015-03-18 14:53 PDT by Ryosuke Niwa
Modified: 2015-04-26 15:57 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-03-18 14:53:55 PDT
ES6 specifies the prototype internal slot of an ES6 class to be non-writable and non-configurable.
Comment 1 Ryosuke Niwa 2015-04-26 15:57:44 PDT
This has been fixed in http://trac.webkit.org/changeset/183316.