Closed
Bug 872043
Opened 12 years ago
Closed 12 years ago
Add an API to get the canonical Array.prototype
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
|
1.81 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
This is needed for things like [ArrayClass] in bindings.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #749319 -
Flags: review?(jwalden+bmo)
| Assignee | ||
Updated•12 years ago
|
Assignee: general → bzbarsky
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [need review]
Updated•12 years ago
|
Attachment #749319 -
Flags: review?(jwalden+bmo) → review+
Comment 2•12 years ago
|
||
Please do copy/search-and-replace https://developer.mozilla.org/en-US/docs/SpiderMonkey/JSAPI_Reference/JS_GetObjectPrototype and link it on https://developer.mozilla.org/en-US/docs/SpiderMonkey/JSAPI_Reference (use a {{ Jsapi_minversion_inline("24") }} on it).
| Assignee | ||
Comment 3•12 years ago
|
||
Done. I added https://developer.mozilla.org/en-US/docs/SpiderMonkey/JSAPI_Reference/JS_GetFunctionPrototype while I was there, using "13" as the version...
https://hg.mozilla.org/integration/mozilla-inbound/rev/7b06b9d1acb2
Flags: in-testsuite-
Whiteboard: [need review]
Target Milestone: --- → mozilla24
Comment 4•12 years ago
|
||
Backed out for mochitest-bc, mochitest-other, and xpcshell orange.
https://hg.mozilla.org/integration/mozilla-inbound/rev/9182c3e6a967
Comment 5•12 years ago
|
||
If you saw the message about documenting JSAPI changes in 24 release notes, I added the link to https://developer.mozilla.org/en-US/docs/SpiderMonkey/24 so things are fully totally good on the documentation front. :-)
Updated•12 years ago
|
Keywords: dev-doc-complete
| Assignee | ||
Comment 6•12 years ago
|
||
The problem was from bug 869195.
Relanded: https://hg.mozilla.org/integration/mozilla-inbound/rev/8cec78f35392
Comment 7•12 years ago
|
||
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
•