Replies: 1 comment 1 reply
-
While the compat table marks it as supported in Rhino, it's only supported when Rhino is run in interpreted mode. Is it running in interpreted mode when you try to run the test? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The table at https://compat-table.github.io/compat-table/es6/ marks direct recursion as "YES/Green" for Rhino 1.7.14, however if I run the test myself I get a java.lang.StackOverflowError.
Am I running the test wrong?
test.js
Running as
java -jar rhino-1.7.14.jar test.js
and
java -jar rhino-1.7.14.jar -version 200 test.js
Beta Was this translation helpful? Give feedback.
All reactions