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

Method getProxy

src/main/java/org/htmlunit/javascript/host/Window.java:1569–1571  ·  view source on GitHub ↗

Returns the proxy for the specified window. @param w the window whose proxy is to be returned @return the proxy for the specified window

(final WebWindow w)

Source from the content-addressed store, hash-verified

1567 * @return the proxy for the specified window
1568 */
1569 public static WindowProxy getProxy(final WebWindow w) {
1570 return ((Window) w.getScriptableObject()).windowProxy_;
1571 }
1572
1573 /**
1574 * Returns the text from the status line.

Callers 5

openMethod · 0.95
getWithPreemptionMethod · 0.95
getContentWindowMethod · 0.95
getContentWindowMethod · 0.95
Portal.jsFile · 0.80

Calls 1

getScriptableObjectMethod · 0.65

Tested by

no test coverage detected