This method is intended for testing only - use at your own risk. @return the current JavaScript engine (never null)
()
| 816 | * @return the current JavaScript engine (never {@code null}) |
| 817 | */ |
| 818 | public AbstractJavaScriptEngine<?> getJavaScriptEngine() { |
| 819 | return scriptEngine_; |
| 820 | } |
| 821 | |
| 822 | /** |
| 823 | * This method is intended for testing only - use at your own risk. |
no outgoing calls