MCPcopy Create free account
hub / github.com/mozilla/rhino / getScope

Method getScope

rhino/src/main/java/org/mozilla/javascript/Node.java:589–591  ·  view source on GitHub ↗

Can only be called when node has String context.

()

Source from the content-addressed store, hash-verified

587
588 /** Can only be called when node has String context. */
589 public Scope getScope() {
590 return ((Name) this).getScope();
591 }
592
593 /** Can only be called when node has String context. */
594 public void setScope(Scope s) {

Callers 2

toStringMethod · 0.95

Calls 1

getScopeMethod · 0.65

Tested by

no test coverage detected