[Webkit-unassigned] [Bug 145705] New: Built-in properties should be accessors in most cases
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 5 11:42:29 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145705
Bug ID: 145705
Summary: Built-in properties should be accessors in most cases
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ggaren at apple.com
See, for example, https://people.mozilla.org/~jorendorff/es6-draft.html#sec-get-regexp.prototype.flags.
We've already made DOM properties accessors. Now we need to do it for JS properties in most cases.
Note that JS properties are slightly different from DOM properties because they are own property accessors, rather than prototype property accessors.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150605/0c2ef916/attachment.html>
More information about the webkit-unassigned
mailing list