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

Method toSource

rhino/src/main/java/org/mozilla/javascript/ast/Jump.java:112–115  ·  view source on GitHub ↗

Jumps are only used directly during code generation, and do not support this interface. @throws UnsupportedOperationException always when called

(int depth)

Source from the content-addressed store, hash-verified

110 * @throws UnsupportedOperationException always when called
111 */
112 @Override
113 public String toSource(int depth) {
114 throw new UnsupportedOperationException(this.toString());
115 }
116}

Callers 15

expectErrorFunction · 0.45
testFunction · 0.45
testFunction · 0.45
comparelrFunction · 0.45
fFunction · 0.45
formatArrayFunction · 0.45
regress-108440.jsFile · 0.45
testFunction · 0.45
test1Function · 0.45
test2Function · 0.45

Calls 1

toStringMethod · 0.65

Tested by 15

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36