Closed
Bug 770586
Opened 13 years ago
Closed 13 years ago
Move CallArgs and functions creating them into public API
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
Attachments
(1 file)
6.81 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
We want to introduce this into the JSNative signature at some point, and this seems as reasonable a time as any to add it to public headers. Plus I need this for some new method-guard idiom work which should get rid of the current fugly NonGenericMethodGuard idiom, and which is needed to make some code work with the new proxy-based DOM bindings.
Attachment #638785 -
Flags: review?(luke)
![]() |
||
Updated•13 years ago
|
Attachment #638785 -
Flags: review?(luke) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•