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

Method getLastChild

rhino/src/main/java/org/mozilla/javascript/Node.java:206–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 public Node getLastChild() {
207 return last;
208 }
209
210 public Node getNext() {
211 return next;

Callers 12

initFunctionMethod · 0.80
createForInMethod · 0.80
createUnaryMethod · 0.80
createAssignmentMethod · 0.80
generateFunctionICodeMethod · 0.80
visitExpressionMethod · 0.80
simpleAssignmentMethod · 0.80
toSourceMethod · 0.80
findExpressionTypeMethod · 0.80
generateBodyCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected