Closed
Bug 747827
Opened 13 years ago
Closed 13 years ago
Add a way to reflect typed arrays in the new DOM bindings
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
(deleted),
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
This is just the data structure so far; the codegen bits are still to come.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #617387 -
Flags: review?(peterv)
Comment 2•13 years ago
|
||
So we don't want/need to expose a way to get the data correctly typed based on the underlying array from ArrayBufferView?
Assignee | ||
Comment 3•13 years ago
|
||
Not yet; WebGL doesn't need it.
Given DataViews, it's not quite clear what "correctly typed" would even mean in general for ArrayBufferView. Things that want to take some subset of ArrayBuferViews that happen to be actual typed arrays should be using overloads in the IDL, I would think.
Assignee | ||
Comment 4•13 years ago
|
||
And note that in extreme corner cases the callee does have the JSOject*.
Updated•13 years ago
|
Attachment #617387 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Flags: in-testsuite-
Whiteboard: [need review]
Target Milestone: --- → mozilla15
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•