-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b119
-
generic
-
generic
for..of statement works only for ScriptObjects that implement ES6 iterables. We want "for each" extension to be replaced by "for..of" as much as possible. It'd be nice if for..of works on Java Iterables and arrays. double[] and int[] work with for..of because these are wrapped as NativeArrays - but not for other Java arrays.
- blocks
-
JDK-8066046 JEP 292: Implement Selected ECMAScript 6 Features in Nashorn
-
- Closed
-