Closed
Bug 1528628
Opened 6 years ago
Closed 6 years ago
Remove unused JSContext argument of JS_ObjectIsFunction
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: mstange, Assigned: championshuttler, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=C++] )
Attachments
(1 file)
https://searchfox.org/mozilla-central/search?q=JS_ObjectIsFunction&path=
The first argument to JS_ObjectIsFunction is unused. It can be removed.
| Reporter | ||
Updated•6 years ago
|
Keywords: good-first-bug
Whiteboard: [lang=C++]
| Reporter | ||
Comment 2•6 years ago
|
||
Absolutely! Thank you.
Assignee: nobody → shivams2799
Status: NEW → ASSIGNED
Flags: needinfo?(mstange)
| Assignee | ||
Comment 3•6 years ago
|
||
Depends on D20113
Updated•6 years ago
|
Attachment #9044548 -
Attachment description: Bug 1528628 - Remove unused JSContext argument of JS_ObjectIsFunction. r=mstange → Bug 1528628 - Remove unused JSContext argument of JS_ObjectIsFunction. r=sfink
Comment 4•6 years ago
|
||
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c97884641175
Remove unused JSContext argument of JS_ObjectIsFunction. r=sfink
Comment 6•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Comment 7•6 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•