Closed
Bug 559079
Opened 15 years ago
Closed 15 years ago
uneval(this) dies in shell builds with Error: not a CType
Categories
(Core :: js-ctypes, defect)
Core
js-ctypes
Tracking
()
RESOLVED
DUPLICATE
of bug 569666
People
(Reporter: Waldo, Unassigned)
Details
Shell-only, browser builds not affected (hence no tinderbox orange).
Comment 1•15 years ago
|
||
'ctypes.toSource()' does the same thing, doubtless because of the various prototypes whose toSource() functions expect actual CTypes and CDatas.
Not sure what convention is to get around this.
Comment 2•15 years ago
|
||
You could make some properties non-enumerable.
Or make e.g. ctypes.CType.prototype.toSource() return "CType.prototype".
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•