Closed
Bug 896105
Opened 11 years ago
Closed 11 years ago
Implement ES6 ArrayBuffer.isView
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: bbenvie, Assigned: till)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [DocArea=JS])
Attachments
(1 file)
4.78 KB,
patch
|
nmatsakis
:
review+
|
Details | Diff | Splinter Review |
From ES6 spec (July 2013 revision) section 15.13.5.3.2 is `ArrayBuffer.isView` which is a static function that returns boolean indicating whether the passed argument is an ArrayBufferView (in spec terms "has a [[ViewedArrayBuffer]] internal property").
Assignee | ||
Comment 1•11 years ago
|
||
The method itself is trivial, but there's some plumbing for installing it on the ctor.
Attachment #8350944 -
Flags: review?(nmatsakis)
Assignee | ||
Updated•11 years ago
|
Assignee: general → till
Status: NEW → ASSIGNED
Updated•11 years ago
|
Attachment #8350944 -
Flags: review?(nmatsakis) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•10 years ago
|
Keywords: dev-doc-needed
Whiteboard: [DocArea=JS]
Comment 4•10 years ago
|
||
https://developer.mozilla.org/en-US/Firefox/Releases/29#JavaScript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•