Closed
Bug 725888
Opened 14 years ago
Closed 14 years ago
Unfriend js_GetClassPrototype, and remove a bunch of calls to it
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
11.62 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
We want people looking up specific prototypes, and we want them using the fast methods on GlobalObject to do so.
This also adds a method to get the original Object.prototype, which DOM wants and which I've heard others say they want too.
Attachment #595912 -
Flags: review?(dmandelin)
Updated•14 years ago
|
Attachment #595912 -
Flags: review?(dmandelin) → review+
Comment 1•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Assignee | ||
Comment 2•14 years ago
|
||
Keywords: dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•