Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
transformCompilationUnit_r
Method · 0.95
visitLet
Method · 0.95
transformScript
Method · 0.95
createTryCatchFinally
Method · 0.95
generateFunctionICode
Method · 0.95
visitExpression
Method · 0.95
visitObjectLiteralWithSpread
Method · 0.95
generateGenerator
Method · 0.95
generateStatement
Method · 0.95
generateExpression
Method · 0.95
addLoadPropertyId
Method · 0.95
inlineFinally
Method · 0.95
Calls
no outgoing calls
Tested by
15
arrowFnReturnPosition
Method · 0.64
autoSemiColonBetweenNames
Method · 0.64
linenoAssign
Method · 0.64
linenoCall
Method · 0.64
linenoGetProp
Method · 0.64
linenoGetElem
Method · 0.64
linenoLiteral
Method · 0.64
linenoSwitch
Method · 0.64
linenoFunctionParams
Method · 0.64
linenoVarDecl
Method · 0.64
linenoReturn
Method · 0.64
linenoFor
Method · 0.64