Closed
Bug 1206168
Opened 10 years ago
Closed 10 years ago
Rename JS_DefaultValue -> JS::ToPrimitive
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla44
People
(Reporter: jorendorff, Assigned: jorendorff)
Details
Attachments
(1 file)
3.32 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
As suggested in bug 1054756 comment 22.
I considered replacing this API and JS::GetFirstArgumentAsTypeHint with a single API tailor-made for the sole call site in nsJSNPRuntime.cpp ("DelegateToPrimitive" or something), but decided against it.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8663031 -
Flags: review?(jdemooij)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jorendorff
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 8663031 [details] [diff] [review]
Rename JS_DefaultValue to JS::ToPrimitive
Review of attachment 8663031 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks.
Attachment #8663031 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e892727a373a884f2ecb09d8c8c9b9a7ceb44d60
Bug 1206168 - Rename JS_DefaultValue to JS::ToPrimitive. r=jandem.
Backed out (along with everything else from that push) for being the likely cause of hazard build bustage: https://treeherder.mozilla.org/logviewer.html#?job_id=14590837&repo=mozilla-inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/027ddfe2c4af
Assignee | ||
Comment 7•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/45ec4be639618d9d71bd33b8170f738c3e115151
Bug 1206168 - Rename JS_DefaultValue to JS::ToPrimitive. r=jandem.
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•