Closed
Bug 480236
Opened 17 years ago
Closed 17 years ago
Move JS_DATA_TO_FUNC_PTR and friends to a public (or friend) API
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 480700
People
(Reporter: mrbkap, Unassigned)
Details
Code outside the engine (currently in nsDOMClassInfo.cpp and xpcwrappednativejsops.cpp) is being bit by the warnings about casting to/from function/object pointers. It would be nice if the JS API offered a way to avoid those warnings.
| Reporter | ||
Comment 1•17 years ago
|
||
Duping to the bug that fixed this.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•