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

Method get

src/main/java/org/htmlunit/javascript/host/css/CSS.java:35–41  ·  view source on GitHub ↗

{@inheritDoc}

(final String name, final Scriptable start)

Source from the content-addressed store, hash-verified

33 * {@inheritDoc}
34 */
35 @Override
36 public Object get(final String name, final Scriptable start) {
37 if ("prototype".equals(name)) {
38 return NOT_FOUND;
39 }
40 return super.get(name, start);
41 }
42
43 /**
44 * @return a Boolean value indicating if the browser supports a given CSS feature, or not

Callers 15

BodyFunction · 0.45
parseMultipartFunction · 0.45
fetchFunction · 0.45
getStreamMethod · 0.45
isInOriginalThreadMethod · 0.45
getUploadMimeTypeMethod · 0.45
matchCredentialsMethod · 0.45
destroyChildrenMethod · 0.45
getAdditionalHeaderMethod · 0.45
getPageMethod · 0.45
getUrlMethod · 0.45
addPageMethod · 0.45

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected