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

Method getFirstChild

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

Source from the content-addressed store, hash-verified

200 }
201
202 public Node getFirstChild() {
203 return first;
204 }
205
206 public Node getLastChild() {
207 return last;

Callers 15

visitLetMethod · 0.95
transformScriptMethod · 0.95
createTryCatchFinallyMethod · 0.95
generateFunctionICodeMethod · 0.95
visitExpressionMethod · 0.95
generateGeneratorMethod · 0.95
generateStatementMethod · 0.95
generateExpressionMethod · 0.95
addLoadPropertyIdMethod · 0.95
inlineFinallyMethod · 0.95

Calls

no outgoing calls

Tested by 15

arrowFnReturnPositionMethod · 0.64
linenoAssignMethod · 0.64
linenoCallMethod · 0.64
linenoGetPropMethod · 0.64
linenoGetElemMethod · 0.64
linenoLiteralMethod · 0.64
linenoSwitchMethod · 0.64
linenoFunctionParamsMethod · 0.64
linenoVarDeclMethod · 0.64
linenoReturnMethod · 0.64
linenoForMethod · 0.64