Closed
Bug 1691029
Opened 4 years ago
Closed 4 years ago
Rename length-1/length-2 types/functions
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There are 3 cases for length-1/2 string related type/function names,
about where the length appears:
- length1/length2
- static1/static2
- string1/string2
we should consistently use length1/length2, to follow VM side.
Assignee | ||
Updated•4 years ago
|
Severity: -- → N/A
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/3b1a3e86b14b
Consistently use Length{N}Static for parser static string type/function name. r=tcampbell
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•