Closed
Bug 787723
Opened 12 years ago
Closed 12 years ago
Documentation for JS_SetGCZeal shows too many parameters
Categories
(Developer Documentation Graveyard :: Mozilla Platform, defect)
Developer Documentation Graveyard
Mozilla Platform
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozillabugs, Unassigned)
References
()
Details
(Whiteboard: u=mozdev p=0 c=Platform)
The documentation for JS_SetGCZeal shows four parameters: cx, zeal, frequency, compartment. The actual function header in jsapi.h does not have the compartment parameter.
Comment 1•12 years ago
|
||
Filing as doc request. But remember MDN is a wiki so it's far easier to click "Edit" and fix the page yourself. ;)
Component: Website → Documentation Requests
Assignee | ||
Updated•12 years ago
|
Component: Documentation Requests → Documentation
Updated•12 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
Updated•12 years ago
|
Component: General → Mozilla Platform
Whiteboard: u=mozdev p=0
Updated•12 years ago
|
Whiteboard: u=mozdev p=0 → u=mozdev p=0 c=Platform
Comment 2•12 years ago
|
||
Updated https://developer.mozilla.org/en-US/docs/SpiderMonkey/JSAPI_Reference/JS_SetGCZeal to note the compartment parameter was removed in Firefox 14.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•