MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getJavaScriptEngine

Method getJavaScriptEngine

src/main/java/org/htmlunit/WebClient.java:818–820  ·  view source on GitHub ↗

This method is intended for testing only - use at your own risk. @return the current JavaScript engine (never null)

()

Source from the content-addressed store, hash-verified

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.

Callers 15

shutdownMethod · 0.95
needCustomFixMethod · 0.95
matchFixNeededMethod · 0.95
forEachMethod · 0.95
forEachMethod · 0.95
sendMethod · 0.95
closeMethod · 0.95
clickMethod · 0.95
fireEventMethod · 0.95

Calls

no outgoing calls

Tested by 10

shutdownMethod · 0.76
needCustomFixMethod · 0.76
matchFixNeededMethod · 0.76
releaseResourcesMethod · 0.64
beforeMethod · 0.64
releaseResourcesMethod · 0.64
DebugFrameImplTestMethod · 0.64
tearDownMethod · 0.64