Closed
Bug 582746
Opened 15 years ago
Closed 2 years ago
JS_NewDoubleValue API is missing post-fatvals
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: wes, Unassigned)
Details
Attachments
(1 file, 2 obsolete files)
504 bytes,
patch
|
Details | Diff | Splinter Review |
JS_NewDoubleValue() went missing when fatvals landed in TraceMonkey.
As this is still implementable, what do you think about leaving it in to allow embedders to keep using it? (especially if they support older tracemonkies)
Reporter | ||
Comment 1•15 years ago
|
||
How about something like this?
It complains if you compile it with GCC, but it still works.
Reporter | ||
Comment 2•15 years ago
|
||
Whoops, that last patch got eaten by a grue.
Attachment #461224 -
Attachment is obsolete: true
Reporter | ||
Comment 3•15 years ago
|
||
Attachment #461228 -
Attachment is obsolete: true
Comment 4•14 years ago
|
||
Is this still wanted?
Comment 5•14 years ago
|
||
Hmmm, at this point it sounds like it might be easier to just let embedders create that function if they want. But what do you think, Wes?
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 6•2 years ago
|
||
I figure 13 years on this may not be necessary
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•