2017-09-12 19:03:56 +02:00
|
|
|
java.lang.RuntimeException: test/nashorn/script/basic/es6/generator.js#34:6<eval>:1:17 ES6 generator is not yet implemented
|
2016-11-07 14:48:26 +01:00
|
|
|
function* func() { yield 1; }
|
|
|
|
^
|
2017-09-12 19:03:56 +02:00
|
|
|
java.lang.RuntimeException: test/nashorn/script/basic/es6/generator.js#34:6<eval>:1:23 ES6 generator is not yet implemented
|
2016-11-07 14:48:26 +01:00
|
|
|
({ * generatorMethod() { yield 1; } })
|
|
|
|
^
|
2017-09-12 19:03:56 +02:00
|
|
|
java.lang.RuntimeException: test/nashorn/script/basic/es6/generator.js#34:6<eval>:1:23 ES6 generator is not yet implemented
|
2016-11-07 14:48:26 +01:00
|
|
|
var func = function*() { yield 1; }
|
|
|
|
^
|