Closed
Bug 1659134
(private-static-methods)
Opened 4 years ago
Closed 4 years ago
Implement private static methods proposal
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: avandolder, Assigned: avandolder)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
The static class features proposal is in stage 3, and both public and private static fields have already been implemented. Private static methods already have implementation activity in other engines.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D86239
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by avandolder@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e6402a032058
Implement private static methods. r=jorendorff
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
Updated•4 years ago
|
Keywords: dev-doc-needed
Comment 5•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
•