Bug 142842
Summary: | The prototype internal slot of an ES6 class should be non-configurable and non-writable | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 140491 |
Ryosuke Niwa
ES6 specifies the prototype internal slot of an ES6 class to be non-writable and non-configurable.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
This has been fixed in http://trac.webkit.org/changeset/183316.