-
Bug
-
Resolution: Fixed
-
P3
-
8u40
-
None
-
b39
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085773 | emb-9 | Marcus Lagergren | P3 | Resolved | Fixed | team |
JDK-8065521 | 8u45 | Marcus Lagergren | P3 | Resolved | Fixed | b01 |
JDK-8063031 | 8u40 | Marcus Lagergren | P3 | Resolved | Fixed | b15 |
JDK-8070510 | emb-8u47 | Marcus Lagergren | P3 | Resolved | Fixed | team |
Hello,
http://mail.openjdk.java.net/pipermail/nashorn-dev/2014-October/003711.html
Why did Nashorn not implement the ArrayBuffer.isView() static method? The
page at
https://wiki.openjdk.java.net/display/Nashorn/Nashorn+extensions
describes that Nashorn implements the specification at
https://www.khronos.org/registry/typedarray/specs/latest/ that conatins
this method. However, this method is missing. The following statement
throws an exception:
ArrayBuffer.isView(new Int8Array(4));
Thanks
Kishori
http://mail.openjdk.java.net/pipermail/nashorn-dev/2014-October/003711.html
Why did Nashorn not implement the ArrayBuffer.isView() static method? The
page at
https://wiki.openjdk.java.net/display/Nashorn/Nashorn+extensions
describes that Nashorn implements the specification at
https://www.khronos.org/registry/typedarray/specs/latest/ that conatins
this method. However, this method is missing. The following statement
throws an exception:
ArrayBuffer.isView(new Int8Array(4));
Thanks
Kishori
- backported by
-
JDK-8063031 Missing ArrayBuffer.isView() Method
-
- Resolved
-
-
JDK-8065521 Missing ArrayBuffer.isView() Method
-
- Resolved
-
-
JDK-8070510 Missing ArrayBuffer.isView() Method
-
- Resolved
-
-
JDK-8085773 Missing ArrayBuffer.isView() Method
-
- Resolved
-