Closed
Bug 1843431
Opened 2 years ago
Closed 2 years ago
js::ReportCompileError should really be called ReportCompileErrorVA (and have a var-args wrapper)
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(1 file)
Consumers wanting to just issue a compiler error would need to gin up an empty va_list;
The precedent we have is that the VA list taking versions of these functions are suffixed with VA.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mgaudet
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0192c2a4a0d7
Rename js::ReportCompileError to ReportCompileErrorVA and provide var arg wrapper r=bthrall
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Comment 4•2 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•