Closed
Bug 487674
Opened 17 years ago
Closed 15 years ago
JS_IsArrayObject should check whether obj is a wrapper of an array object
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: crowderbt, Unassigned)
Details
An SJOW of an array object, for example, should be able to masquerade as an array object in this regard. The particular use-case which reveals this requirement is using canvas ImageData ({ width: x, height: y, data: [ ... ]}) objects across chrome/content boundaries.
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•