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

Method codeBug

rhino/src/main/java/org/mozilla/javascript/ast/AstNode.java:471–473  ·  view source on GitHub ↗

@see Kit#codeBug

()

Source from the content-addressed store, hash-verified

469 * @see Kit#codeBug
470 */
471 public static RuntimeException codeBug() throws RuntimeException {
472 throw Kit.codeBug();
473 }
474
475 // TODO(stevey): think of a way to have polymorphic toString
476 // methods while keeping the ability to use Node.toString for

Callers 15

joinScopesMethod · 0.45
getJumpStatementMethod · 0.45
setJumpStatementMethod · 0.45
getDefaultMethod · 0.45
setDefaultMethod · 0.45
getFinallyMethod · 0.45
setFinallyMethod · 0.45
getLoopMethod · 0.45
setLoopMethod · 0.45
getContinueMethod · 0.45
setContinueMethod · 0.45
setBaseLinenoMethod · 0.45

Calls 1

codeBugMethod · 0.95

Tested by

no test coverage detected