Closed provegard closed 6 years ago
Given an array with 1000 elements, expanding the preview in the console results in nothing since DevTools sends ES6 code (with a generator function) which Nashorn doesn't support. Exceptions are suppressed in this case so the result is undefined.
undefined
Given an array with 1000 elements, expanding the preview in the console results in nothing since DevTools sends ES6 code (with a generator function) which Nashorn doesn't support. Exceptions are suppressed in this case so the result is
undefined
.