Closed
Bug 544930
Opened 16 years ago
Closed 2 years ago
Need docs on how wrapped objects are supposed to work
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Waldo, Unassigned)
Details
<Waldo> mrbkap: so, I'm looking at Object.preventExtensions; should I be
marking the object as not extensible, or the wrapped object?
(analogously for introspection)
<mrbkap> Waldo: The wrapped object.
<Waldo> okay
that was my guess
mrbkap: do we have any sort of writeup of exactly what problems
wrapped objects are supposed to solve, when to use a wrapper and when
to use the wrapped object, and so on?
we really should
<mrbkap> We do not, but we should.
Do it...
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•