Closed
Bug 903352
Opened 11 years ago
Closed 11 years ago
Handlify remaining PropertyDescriptor APIs
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: jonco, Assigned: jonco)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
14.42 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
15.20 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
26.42 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
The following APIs can be converted to take handles rather than pointer/references:
JS_GetPropertyDescriptorById
JS_WrapPropertyDescriptor
js_DefineOwnProperty
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #788060 -
Flags: review?(terrence)
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #788061 -
Flags: review?(bobbyholley+bmo)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #788062 -
Flags: review?(bugs)
Updated•11 years ago
|
Attachment #788061 -
Flags: review?(bobbyholley+bmo) → review+
Comment 4•11 years ago
|
||
Comment on attachment 788060 [details] [diff] [review]
handlify-gpdbi
Review of attachment 788060 [details] [diff] [review]:
-----------------------------------------------------------------
\o/
r=me
Attachment #788060 -
Flags: review?(terrence) → review+
Comment 5•11 years ago
|
||
Comment on attachment 788062 [details] [diff] [review]
handlify-gpdbi-browser
Can we now remove js::CastAsJSPropertyOp ? Nothing seems to use it anymore.
http://mxr.mozilla.org/mozilla-central/source/js/src/jsfriendapi.h?rev=8b241c4e3eec#579
Attachment #788062 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Assignee | ||
Updated•11 years ago
|
Blocks: 773686
Keywords: dev-doc-needed
Updated•5 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•