Closed
Bug 1435826
(private-methods)
Opened 7 years ago
Closed 4 years ago
Implement private instance methods and accessors proposal
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
81 Branch
People
(Reporter: till, Assigned: avandolder)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete, parity-chrome)
Attachments
(2 files)
The instance fields proposal is at stage 3, with implementation activity in other engines.
While I'd expect some additional spec churn, we should implement this with high priority to suss out any potential performance concerns.
Reporter | ||
Comment 1•7 years ago
|
||
I mean the instance methods and accessors proposal, of course.
Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Keywords: dev-doc-needed
Updated•7 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Keywords: parity-chrome
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → avandolder
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Alias: private-methods
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Attachment #9168544 -
Attachment description: Bug 1435826 - Implement private instance methods and accessors. → Bug 1435826 - Implement private instance methods and accessors. r?jorendorff
Pushed by avandolder@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d1a5046cd636
Add pref for private methods. r=jorendorff
Assignee | ||
Updated•4 years ago
|
Blocks: private-static-methods
Pushed by avandolder@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22e3020fa080
Implement private instance methods and accessors. r=jorendorff
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d1a5046cd636
https://hg.mozilla.org/mozilla-central/rev/22e3020fa080
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
Updated•4 years ago
|
Comment 7•4 years ago
|
||
MDN documentation completed for this one; see https://github.com/mdn/sprints/issues/3714#issuecomment-714371218 for the full details.
Let me know if you think this needs anything else; thanks!
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•