ConsString is not converted to Java String when nested JS execution #1728
Labels
Community input needed
Issues requiring community input
Java Interop
Issues related to the interaction between Java and JavaScript
When nested JS execution, ScriptRuntime.hasTopCall(cx) is true and the ConsString returned by the else branch is not converted to a Java String.
rhino/rhino/src/main/java/org/mozilla/javascript/InterpretedFunction.java
Lines 91 to 107 in 3e899f6
rhino/rhino/src/main/java/org/mozilla/javascript/ContextFactory.java
Lines 381 to 385 in 3e899f6
Reproduce code:
The text was updated successfully, but these errors were encountered: