Closed
Bug 786880
Opened 13 years ago
Closed 13 years ago
Move JSObject::nativeContains* methods into ObjectImpl
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
Attachments
(1 file)
|
6.41 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
They're definitely more object-internal than something that should be visible in the main object interface.
Attachment #656674 -
Flags: review?(bhackett1024)
Updated•13 years ago
|
Attachment #656674 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 1•13 years ago
|
||
Target Milestone: --- → mozilla18
| Assignee | ||
Comment 2•13 years ago
|
||
That got backed out for MSVC-specific bustage (compiler bug in how it looks up types in the arguments of namespace-qualified function definitions), relanded with more namespacing of parameters to make MSVC happy:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0a1df1ce441f
Comment 3•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
•